aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid the whole -I${DESTDIR}/usr/include/gnu issue by includingDavid E. O'Brien2004-03-172-6/+5
| | | | | | | <gnu/regex.h> vs. just <regex.h>. Notes: svn path=/head/; revision=127104
* gasp(1) isn't linked with -lgnuregex, and it doesn't need <gnu/regex.h>Ruslan Ermilov2004-03-151-1/+0
| | | | | | | | | either. Reviewed by: obrien Notes: svn path=/head/; revision=127009
* Back out attempt to bypass contrib's getopt.h on the way,Andrey A. Chernov2004-03-053-8/+2
| | | | | | | | it makes cross-build fail. Prefer invisible incorrect -current build to visible failure. Notes: svn path=/head/; revision=126658
* Move -I${DESTDIR}/usr/include/gnu up, beforeAndrey A. Chernov2004-03-052-2/+6
| | | | | | | -I${DESTDIR}/usr/include to pick correct regex.h Notes: svn path=/head/; revision=126622
* Add -I${DESTDIR}/usr/include before -I${SRCDIR}/include to pick rightAndrey A. Chernov2004-03-041-0/+2
| | | | | | | getopt.h (as workaround until it will be removed from contrib) Notes: svn path=/head/; revision=126616
* Use system getopt_long*Andrey A. Chernov2004-02-281-1/+1
| | | | Notes: svn path=/head/; revision=126343
* Fix style bug in last commit,Johan Karlsson2004-02-251-2/+3
| | | | | | | | | | | add a tab after WARNS?=. While I'm here fix other style bugs. Submitted by: bde (libbdf/Makefile) Notes: svn path=/head/; revision=126228
* style.Makefile(5):Johan Karlsson2004-02-2419-22/+25
| | | | | | | | | | | | | | Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe Notes: svn path=/head/; revision=126197
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuAndrey A. Chernov2004-02-172-2/+2
| | | | Notes: svn path=/head/; revision=125931
* Remove old explicit -I${DESTDIR}/usr/include/readlineAndrey A. Chernov2004-02-171-1/+1
| | | | | | | it is no longer needed Notes: svn path=/head/; revision=125902
* Switch back to regex.hAndrey A. Chernov2004-02-161-1/+2
| | | | Notes: svn path=/head/; revision=125900
* Formally switch back to regex.h (not sure it ever needed here - libgnuregexAndrey A. Chernov2004-02-161-1/+2
| | | | | | | is not used) Notes: svn path=/head/; revision=125899
* Removed all the complexities when installing the strip(1) binary.Ruslan Ermilov2004-02-061-13/+1
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=125513
* strip wasn't stripped since we stopped to include bsd.own.mk from sys.mk.Ruslan Ermilov2004-02-051-8/+6
| | | | Notes: svn path=/head/; revision=125492
* Discontinuation of an action that now fits on one.David E. O'Brien2004-01-271-3/+1
| | | | Notes: svn path=/head/; revision=125064
* Fix problem where kgdb misses trap frames.David E. O'Brien2004-01-267-22/+24
| | | | | | | Reported by: iedowse Notes: svn path=/head/; revision=125008
* Use proper name.David E. O'Brien2004-01-262-6/+8
| | | | Notes: svn path=/head/; revision=125007
* style.Makefile(5)David E. O'Brien2004-01-261-2/+3
| | | | Notes: svn path=/head/; revision=125000
* Follow existing GDB style for frame_info vars.David E. O'Brien2004-01-261-5/+5
| | | | Notes: svn path=/head/; revision=124999
* Remove trailing white space.David E. O'Brien2004-01-261-5/+5
| | | | Notes: svn path=/head/; revision=124998
* Don't put objects in SRCS -- this creates all sort of havoc likeRuslan Ermilov2004-01-121-1/+1
| | | | | | | | causing objects to be built during "make depend", missed sources in .depend, etc. Notes: svn path=/head/; revision=124443
* FBSDID style nit.David E. O'Brien2003-11-121-1/+2
| | | | Notes: svn path=/head/; revision=122545
* Implement gdb_solib_create_inferior_hook().Hidetoshi Shimokawa2003-10-291-1/+7
| | | | | | | | | | | This function is used for autoloading kld module symbols for remote kgdb. We still need a patch(*) for src/contrib/gdb/gdb/solib-svr4.c to enable this function. (*) http://people.freebsd.org/~simokawa/gdb/patch-solib-svr4.c Notes: svn path=/head/; revision=121683
* Enable '--interpreter=mi' support.David E. O'Brien2003-09-071-1/+3
| | | | | | | Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=119864
* s/x86-64/amd64/David E. O'Brien2003-09-071-1/+1
| | | | Notes: svn path=/head/; revision=119863
* style.Makefile(5)David E. O'Brien2003-09-071-29/+18
| | | | Notes: svn path=/head/; revision=119862
* Properly quote the lib path.David E. O'Brien2003-08-196-6/+6
| | | | Notes: svn path=/head/; revision=119136
* Stage 3 of dynamic root support, con't.David E. O'Brien2003-08-176-6/+6
| | | | | | | 'ld' should also search /lib for dynamic libraries. Notes: svn path=/head/; revision=119051
* s/x86_64/amd64/g where possible.David E. O'Brien2003-08-171-2/+2
| | | | Notes: svn path=/head/; revision=119050
* The as(1) manpage was missing on i386 and amd64.Ruslan Ermilov2003-08-142-2/+1
| | | | Notes: svn path=/head/; revision=118903
* Temporarily turn off -Werror for these components.Alexander Kabaev2003-07-112-1/+2
| | | | Notes: svn path=/head/; revision=117423
* bfd_elf32_i386_freebsd_vec is the only 32-bit vector we really need.David E. O'Brien2003-07-011-1/+1
| | | | | | | ar and nm aren't very smart when faced with multiple applicable vectors. Notes: svn path=/head/; revision=117131
* Add elf_i386_fbsd emulation.David E. O'Brien2003-07-011-0/+14
| | | | | | | Obtained from: p4 Notes: svn path=/head/; revision=117130
* Don't build separate annotate.info, it's already part of gdb.info.Ruslan Ermilov2003-07-011-2/+1
| | | | Notes: svn path=/head/; revision=117114
* Update the target.David E. O'Brien2003-06-265-15/+15
| | | | Notes: svn path=/head/; revision=116886
* Remove MAINTAINER lines.David E. O'Brien2003-06-141-4/+0
| | | | Notes: svn path=/head/; revision=116346
* Set the binutils arch for as/nm correctly on the amd64 platform.Peter Wemm2003-05-081-1/+6
| | | | | | | | | | As far as binutils is concerned, the amd64 platform is still called "x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks that. Approved by: re (scottl) Notes: svn path=/head/; revision=114834
* The AMD64 Hammer bits.David E. O'Brien2003-04-269-1/+4430
| | | | Notes: svn path=/head/; revision=114050
* Remove first attempt at x86-64 bits. We're going to call it "amd64" now.David E. O'Brien2003-04-267-4250/+0
| | | | | | | Sponsored by: Microsoft Notes: svn path=/head/; revision=114049
* Removed invasion into these makefiles by the "legacy" stuff;Ruslan Ermilov2003-04-1212-48/+36
| | | | | | | I have a better fix in the works. Notes: svn path=/head/; revision=113398
* libbinutils.a needs basename(3); when the latter is providedRuslan Ermilov2003-04-1112-36/+48
| | | | | | | by -legacy, liblegacy.a should come last in the LDADD list. Notes: svn path=/head/; revision=113369
* Migrate to a new way of dealing with building from old revisions ofWarner Losh2003-04-052-14/+1
| | | | | | | | | | | | | | | | | | | | FreeBSD. This method attempts to centralize all the necessary hacks or work arounds in one of two places in the tree (src/Makefile.inc1 and src/tools/build). We build a small compatibility library (libbuild.a) as well as selectively installing necessary include files. We then include this directory when building host binaries. This removes all the past release compatibilty hacks from various places in the tree. We still build on tip of stable and current. I will work with those that want to support more, although I anticipate it will just work. Many thanks to ru@, obrien@ and jhb@ for providing valuable input at various stage of implementation, as well as for working together to positively effect a change for the better. Notes: svn path=/head/; revision=113136
* Attempt to automatically read in kernel module symbols when a liveIan Dowse2003-03-214-2/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | or dead kernel core is loaded into gdb. This extends gdb's existing shared library support, so the "info sharedlibrary", "sharedlibrary" and "nosharedlibrary" commands can be used to view and change the list of loaded symbol files. The current implementation is more than a kludge however, and it will not always manage to find the .ko.debug file corresponding to the loaded module. In particular, for modules whose build directory cannot be easily guessed from the module name such as all the netgraph modules, the debug version of the .ko will not be found automatically. The logic for finding the module file first attempts to guess at the module build directory by parsing the version[] string. Then using that directory ($DIR), it tries the following paths in turn: ./<module>.ko.debug ./<module>.ko $DIR/<module>.ko.debug $DIR/<module>.ko /boot/kernel/<module>.ko.debug /boot/kernel/<module>.ko Approved by: obrien, mp Notes: svn path=/head/; revision=112454
* Fixed CLEANFILES.Ruslan Ermilov2003-02-252-2/+4
| | | | | | | Submitted by: cron Notes: svn path=/head/; revision=111490
* The PowerPC-specfic scripttempl file was depreciated in favor of the genericDavid E. O'Brien2003-01-211-1/+1
| | | | | | | ELF one. Notes: svn path=/head/; revision=109618
* Reformat.David E. O'Brien2003-01-041-22/+24
| | | | Notes: svn path=/head/; revision=108674
* Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.David E. O'Brien2003-01-041-1/+1
| | | | | | | Submitted by: Peter Edwards <pmedwards@eircom.net> Notes: svn path=/head/; revision=108673
* GC 'char sigmap[]' (it is no longer used)Max Khon2003-01-041-40/+0
| | | | | | | | Approved by: obrien MFC after: 3 days Notes: svn path=/head/; revision=108672
* We need to support the bfd_efi_app_ia64_vec vector for loader support.David E. O'Brien2002-12-051-0/+1
| | | | | | | | Submitted by: Marcel Approved by: RE Notes: svn path=/head/; revision=107644
* Change the default emulation to elf64_sparc_fbsd. This emulation knows theDavid E. O'Brien2002-12-051-10/+16
| | | | | | | correct spelling of our rtld. Notes: svn path=/head/; revision=107643