mycroft
2add147359
Actually rerun mknative on these...
2003-03-20 14:47:36 +00:00
mycroft
f63d692921
Build COFF targets. Some embedded tools really, really want this.
2003-03-17 15:53:50 +00:00
martin
c43762a960
Don't access memory before the start of a file.
2003-03-16 17:44:15 +00:00
wiz
da8cf668e4
Fix spelling of acknowledgement. From Soren Jacobsen in PR 20726.
2003-03-15 22:04:56 +00:00
wiz
628f423c52
IPv4, not IPV4. From Igor Sobrado in PR 20718.
2003-03-15 19:27:17 +00:00
wiz
839680dfba
Correct spelling of "overridden". From PR 20718 by Igor Sobrado.
2003-03-15 19:22:16 +00:00
thorpej
c165d23d2b
Back out rev. 1.4. The problem only occurs when using pre-compiled
...
headers, which we turn off. (Nevermind the mis-placed #endif which
would cause incorrect output from a non-Apple host, sigh.)
2003-03-15 17:40:33 +00:00
hannken
1ef5d39c1a
Add -mstrict-align to the CC1 default options.
...
At least the 403 ports cannot handle unaligned access.
Discussed with Jason Thorpe and Matt Thomas.
2003-03-15 16:09:34 +00:00
christos
8b16d6d256
PR/20554: John Heasley: gcc should define __sparcv9 for 64 bit compilation
2003-03-15 04:51:13 +00:00
thorpej
d9cf1a068e
Second half of fix for PR toolchain/19265.
...
2003-03-14 Jason Thorpe <thorpej@wasabisystems.com>
* c-decl.c (flag_hosted): Move from here...
* toplev.c: ...to here.
* c-tree.h (flag_hosted): Move extern declaration from here...
* flags.h: ...to here.
* config/alpha/alpha.c (alpha_initialize_trampoline): Only
emit a call to __enable_execute_stack if flag_hosted is true.
* config/i386/i386.c (x86_initialize_trampoline): Likewise.
* config/sparc/sparc.c (sparc_initialize_trampoline)
(sparc64_initialize_trampoline): Likewise.
An updated version of this will be submitted to gcc.gnu.org.
2003-03-14 23:48:00 +00:00
thorpej
feff2fbbe6
Add support for the %j format length modifier (intmax_t). We have to
...
add intmax_type_node and uintmax_type_node globals to support this.
2003-03-14 21:24:44 +00:00
hannken
4a0f3bd75c
Pass -m403 to gas.
...
Approved by: Jason R. Thorpe <thorpej@netbsd.org>
2003-03-14 20:41:38 +00:00
thorpej
563e78c49c
Support a Mac OS X host.
2003-03-14 19:34:26 +00:00
thorpej
61f1ee2222
Link back-end helper host tools against libnbcompat.
2003-03-14 03:44:11 +00:00
thorpej
c24b9b414e
Support Mac OS X host.
2003-03-13 02:17:58 +00:00
thorpej
104c77b807
The preprocessor in Apple's GCC 3.1 doesn't like being passed a macro
...
with empty arguments on each side of the comma; hack around this.
2003-03-12 23:00:40 +00:00
thorpej
ea5ffc0fa7
Don't do _INTL_REDIRECT_ASM if __APPLE__.
2003-03-12 22:46:25 +00:00
thorpej
834dd24299
Fix a couple of merge errors.
2003-03-12 03:46:11 +00:00
thorpej
9e72adcc79
Grok "z" (size_t) and "t" (ptrdiff_t) format length modifiers.
2003-03-11 21:39:34 +00:00
perry
83fbadc93f
resolve conflicts
2003-03-08 19:43:56 +00:00
perry
b5fe7b6a73
update for postfix 2.0.6
2003-03-08 19:12:16 +00:00
perry
59d07125ee
import postfix 2.0.6
2003-03-08 19:05:29 +00:00
thorpej
53c077e6a5
Pull in a patch from GCC 3.3 that's been in my local tree for a long time:
...
(*mulsi3_compare0, *mulsi_compare0_scratch, *mulsi3addsi_compare0,
*mulsi3addsi_compare0_scratch): Predicate on !arm_is_xscale.
(mulhisi3, *mulhisi3addsi, *mulhidi3adddi): New patterns, predicated
on arm_is_xscale.
2003-03-06 20:58:20 +00:00
christos
bcb98aa28e
handle repositories that contain symlinks in their path.
2003-03-06 16:14:34 +00:00
matt
bd8300b07a
Update ELF_MAXPAGESIZE to 64K to match elf32vax.sc. This to facilitate
...
page table page sharing.
2003-03-06 07:36:30 +00:00
thorpej
40543d7e0e
Go back to using bfd_{get,put}_32() for now.
2003-03-06 00:31:41 +00:00
thorpej
fab643fb6f
Update dbsym(8) to work with the new BFD. From Tom Spindler, tweaked
...
slightly by me.
2003-03-06 00:26:10 +00:00
wiz
d201ab9752
Moved back to usr.sbin.
2003-03-05 22:09:46 +00:00
wiz
54ad96333d
Build map-mbone, mrinfo, mrouted, and mtrace from usr.sbin again instead
...
of gnu/usr.sbin, now that the license has been cleared.
2003-03-05 22:09:07 +00:00
thorpej
d61bfb46b5
Make sure we output %progbits instead of @progbits. @ is a comment
...
character in ARM assembly.
2003-03-05 22:03:22 +00:00
thorpej
7c31b2a553
Fix a merge error which could result in the linker crashing
...
for static links. Should fix toolchain/20589.
2003-03-05 21:34:27 +00:00
thorpej
925de95670
Remove the adjust-section-size-for-orphan code. That patch was rejected
...
by the FSF binutils maintainers, who instead suggested a different way
of addressing the problem.
(Besides, the size adjustment code was broken by the binutils update,
since about 1/2 of the changes got lost.)
2003-03-05 21:02:56 +00:00
thorpej
8844d7e3c0
In place_orphan, simplify the way we allow non-code read-only sections
...
to be merged with .text if no .rodata section is present.
2003-03-05 20:27:33 +00:00
thorpej
a69c74895f
Fix a merge error.
2003-03-05 16:55:48 +00:00
skrll
3d4925b3cd
Update binutils version and correct gnusrc/
2003-03-05 08:42:49 +00:00
mrg
bcc7fbc456
regenerate all this files with correct man_MANS and TEXINFO, and 'generated
...
from' lines. this should fix set lists problems with missing binutils man
pages and info manual.
2003-03-05 07:19:13 +00:00
matt
df4902d922
NetBSD doesn't support PS_REGNUM or anything >= MQ_REGNUM.
2003-03-04 21:12:32 +00:00
dogcow
dd911e8f5d
Reworked the bfd accesses to use the documented interfaces.
...
Also, use the file offsets for direct reading/writing, rather
than going through poorly-documented bfd internal magic.
2003-03-04 12:16:41 +00:00
dogcow
12931a397c
change bfd_close -> bfd_close_all_done, as to discard any changes libbfd
...
thinks may have been made to the object file during symbol groveling.
2003-03-04 08:32:58 +00:00
atatat
382b4984f3
Apply patch from sendmail.org to handle a new header overflow bug.
2003-03-03 21:20:50 +00:00
tsutsui
f2ff066472
print_insn_shl() in gnu/dist/toolchain/opcodes/sh-dis.c has been merged
...
into print_insn_sh(), and print_insn_sh() now checks info->endian
so set it accordingly.
Based on diff from the Sourceware gdb cvsweb:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sh-tdep.c.diff?r1=1.59&r2=1.60&cvsroot=src
2003-03-03 16:58:17 +00:00
tsutsui
bc724094e3
Put back some lines removed on 2.13.2.1 merge.
...
(NetBSD/sh3 actually needs ENTRY=_start)
2003-03-03 16:46:16 +00:00
mrg
c8e7bd6d18
back out previous:
...
- didn't need to/mean to update libstdc++ yet
- mknative generated bogus files that ended having libstc++ not install
various required headers.
should fix the "can't find iostream.h" lossage in src/regress.
2003-03-03 13:58:24 +00:00
jdolecek
d3e0e12a79
move gawk to separate line, so that it's easier to comment the entry out
2003-03-02 18:22:01 +00:00
lukem
c2d985356e
Consistently comment out rules which attempt to rebuild .info from .texinfo,
...
(and associated targets for .dvi et al), as well as man pages from .pod,
using a prefix of `# '.
This prevents a variety of build issues caused by situations such as
cvs checkouts which result in the .texinfo file being slightly newer
than the .info file, and the build process trying to unnecessarily
regenerate them, which will fail in a variety of circumstances
(build tools not available, read-only source, etc ...)
Once a better solution is found, we can switch to it.
For now, this improves things greatly and should reduce a lot of
support requests that would undoubtably appear otherwise...
2003-03-02 13:11:04 +00:00
mrg
2920dd6064
oops; re-enable the asconfig.texi rule.
2003-03-02 08:16:09 +00:00
mrg
5de74f4030
add the prototype for lbasename here where it belongs.
2003-03-01 15:31:34 +00:00
mrg
1fdd6e4cde
build libopcodes separately from libbfd as in binutils 2.13 they have
...
separate CFLAGS name spaces, and the old combined method no longer works.
2003-03-01 13:18:28 +00:00
mrg
1c50b08c03
disable rules that try to rebuild files in the source tree (only affects
...
MKMAINTAINER=yes builds.)
2003-03-01 13:14:17 +00:00
mrg
331f9d9c1a
update / regenerate for binutils 2.13.2.1
2003-03-01 13:09:11 +00:00