Commit Graph

1784 Commits

Author SHA1 Message Date
skrll
6b62f81249 Add branding to native tools. Update make dependencies to pick up
changes.
2009-11-10 10:24:50 +00:00
skrll
c213b097cc Re-run mknative to pick up PKGVERSION and REPORT_BUGS_TEXI 2009-11-10 10:18:05 +00:00
skrll
80ea658d23 Copy the change made by christos to elf32-i386.c to other targets where
it's easy:

Add a warning that prints the symbol that has the text reloc.
2009-11-06 10:59:17 +00:00
joerg
56439201f7 Don't depend on /usr/lib/libz.a for host tools. 2009-11-01 00:12:00 +00:00
christos
2853bbf4b7 use %option instead of #define YY_NO_... 2009-10-29 14:49:02 +00:00
christos
edacf9c729 no need for YY_NO here. 2009-10-29 14:44:09 +00:00
christos
534bddcdfb add -lz for the static platforms. 2009-10-19 02:31:26 +00:00
thorpej
b93b3929c3 Regenerate for:
Compute the size of off_t and bypass the checks for fopen64() and stat64()
if off_t is 64-bit.  Otherwise, we get fatal (due to -Werror) warnings on
Mac OS X 10.6 because stat64() is deprecated on that host.
2009-10-15 20:35:19 +00:00
thorpej
1e0ab6fbf0 Compute the size of off_t and bypass the checks for fopen64() and stat64()
if off_t is 64-bit.  Otherwise, we get fatal (due to -Werror) warnings on
Mac OS X 10.6 because stat64() is deprecated on that host.
2009-10-15 20:35:01 +00:00
skrll
321d0b6e12 Re-run mknative for branding update. 2009-10-12 12:47:09 +00:00
skrll
c6a66fb3a3 Re-run mknative to pick NetBSD branding. 2009-10-11 18:18:20 +00:00
skrll
f343fec730 Remove old mis-merge. 2009-09-27 18:52:56 +00:00
blymn
7dfbfaa8ed Make the tool chain build with MKOBJDIRS set to yes - fix by skrll. 2009-09-27 12:58:59 +00:00
skrll
7c94c6769f Fix mis-merge. 2009-09-27 08:04:14 +00:00
skrll
82e8e5ae69 Remove some commented/redundant stuff. 2009-09-26 13:58:31 +00:00
skrll
2830fc6c0f Add bfdver.texi to CLEANFILES. 2009-09-26 11:51:34 +00:00
skrll
6487fab745 Blat the right file. 2009-09-26 11:45:41 +00:00
skrll
e17ad351c2 Resolve mis-merge. 2009-09-26 10:44:21 +00:00
uwe
4c7a000c60 Fix index entries that are intended to index ".set singlefloat" and
".set doublefloat", but were not edited after copy-paste.


I noticed this because compared to prebuilt as.info 1) on NetBSD index
entries are collated differently; 2) for some duplicate index entries
there are no additional "foo <n>" entries in the final output and (b/c
of #1 I guess) we pick a different one.

For the record, the other duplicate entry is in c-tic54x.texi where
both struct and union directive descriptions have:

  @cindex @code{tag} directive, TIC54X

Prebuilt file only lists the first occurence in the generated index
and we list only the second.

The MIPS false duplicate is easy to fix, but I'm too lazy to debug
makefino to figure out why the second, real duplicate is lost.
2009-09-23 19:53:30 +00:00
skrll
cfe9d8b4dc Use the right variable to get VERSION from the defs.mk file.
Add a .WAIT to hopefully fix the problem reported by Patrick Welche on
current-users.
2009-09-23 19:41:24 +00:00
mrg
90e6d8c1fe replace a LDADD/DPADD with LIBDPLIBS 2009-09-11 22:36:12 +00:00
tron
59c9daa5b3 Avoid using alloca(3) to unbreak SSP builds. 2009-09-11 10:41:42 +00:00
skrll
8a770313a3 Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.
2009-09-08 07:08:00 +00:00
skrll
e36a465d74 Bump majors. 2009-09-03 08:24:06 +00:00
skrll
1f39bb7ff5 Disable as.info target. 2009-08-21 18:35:38 +00:00
skrll
bc2b50ede9 Default to N32 for mips64. 2009-08-21 15:15:09 +00:00
skrll
859ec79e00 Build binutils if ${MKBFD} != "no" && ${HAVE_BINUTILS} == "219" 2009-08-21 06:54:01 +00:00
skrll
cc3417e706 Re-run mknative for the PKGVERSION fix. 2009-08-20 19:44:53 +00:00
skrll
0c4f052b9e Add a !FLAG_STRICT bb variant to (re-)allow:
sign:	.equ	8
		bb	sign, 0, foo
2009-08-20 12:48:53 +00:00
skrll
df47c10aca Disable some more targets for provided files. 2009-08-19 10:55:06 +00:00
skrll
7fd1fb8d11 Escape trailing whitespace so it's not lost by make(1). 2009-08-19 10:53:27 +00:00
skrll
abf07352b4 Merge changes to binutils 2.16.1 in src/gnu/dist/binutils into 2.19.1. 2009-08-19 07:19:30 +00:00
skrll
31580a8965 First cut at reachover and mknative output. 2009-08-18 20:21:58 +00:00
skrll
2a6b7db32d Import binutils 2.19.1 as requested by matt@
OK'ed by board@
2009-08-18 10:16:42 +00:00