aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
Commit message (Collapse)AuthorAgeFilesLines
* Make the life of those who is stuck debugging multithreaded programs on 4.xAlexander Kabaev2004-11-221-6/+142
| | | | | | | | | | | | | | | | little easier. Teach gdb how to look for thread info in core files. This allows for more detailed post-mortem analysis of crashed programs as users should now be able to use standard gdb commands to list all threads running in the program at the time of the crash and switch between them to look at their backtraces and inspect their frames. Allow gdb to cleanly detach multithreaded programs. Tested by: jhb Approved by: obrien Notes: svn path=/stable/4/; revision=137995
* Put the candle back: we removed gdbserver in the last commit for reasonsWarner Losh2004-06-291-1/+1
| | | | | | | | | no one can recall now, likely related to breakage in current. Approved by: obrien Notes: svn path=/stable/4/; revision=131261
* MFC: 1.16: Fixed CLEANFILES.Ruslan Ermilov2004-02-201-2/+3
| | | | Notes: svn path=/stable/4/; revision=126043
* Fixed a typo.Ruslan Ermilov2003-11-271-1/+1
| | | | Notes: svn path=/stable/4/; revision=123005
* MFC: GC 'char sigmap[]' (it is no longer used)Max Khon2003-01-061-32/+0
| | | | Notes: svn path=/stable/4/; revision=108787
* MFC: rev. 1.7: sync this up to recent changes to our (userland)Max Khon2002-11-251-42/+4
| | | | | | | | | | thread structure Approved by: obrien Pointed out by: Peter Edwards <pmedwards (at) eircom.net> Notes: svn path=/stable/4/; revision=107244
* Upgrade to binutils 2.12.1.David E. O'Brien2002-09-0138-1918/+2790
| | | | Notes: svn path=/stable/4/; revision=102827
* MFC: remove these bits for platforms FreeBSD 4.x does not run onDavid E. O'Brien2002-09-0146-1432/+0
| | | | | | | (some are ancient, back to the time of 2.9.1) Notes: svn path=/stable/4/; revision=102826
* MFC: remove these ancient 2.9.1 bits for platforms FreeBSD does not run onDavid E. O'Brien2002-09-0115-15155/+0
| | | | Notes: svn path=/stable/4/; revision=102825
* MFC: Drop support for COPY.Ruslan Ermilov2002-08-072-2/+2
| | | | Notes: svn path=/stable/4/; revision=101469
* MFC: new bsd.lib.mk API.Ruslan Ermilov2002-07-194-12/+0
| | | | Notes: svn path=/stable/4/; revision=100377
* MFC: Honour TOOLS_PREFIX.Ruslan Ermilov2002-07-177-8/+8
| | | | Notes: svn path=/stable/4/; revision=100233
* MFC: rev 1.59 (fix lib ordering for static linking)David E. O'Brien2002-06-251-2/+3
| | | | Notes: svn path=/stable/4/; revision=98801
* MFC: rev 1.58 (link with libiberty.a before libreadline.so)David E. O'Brien2002-06-211-4/+4
| | | | Notes: svn path=/stable/4/; revision=98590
* MFC: Make our version tag unique due to our local changes.Mark Peek2002-05-142-2/+4
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=96610
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-03-301-0/+267
| | | | Notes: svn path=/stable/4/; revision=93419
* MFC: define TARGET_ARCH.David E. O'Brien2002-03-061-0/+1
| | | | Notes: svn path=/stable/4/; revision=91761
* MFC: 1.31-1.32: Do not compile in VM_MAXUSER_ADDRESS, find it dynamicallyPeter Wemm2001-12-171-4/+22
| | | | | | | in case the kernel was compiled for a different KVM setup. Notes: svn path=/stable/4/; revision=88083
* MFC: 1.9 -> 1.12: Fix the upgrade path from 4.1-RELEASE.Ruslan Ermilov2001-09-271-0/+3
| | | | Notes: svn path=/stable/4/; revision=84008
* MFC: Bootstrapping fixes.Ruslan Ermilov2001-09-241-1/+8
| | | | | | | This unbreaks source upgrades from 4.2-RELEASE. Notes: svn path=/stable/4/; revision=83891
* MFC: rev 1.25: adapt gdb -k dynamically to changes in kernbase ratherPeter Wemm2001-09-211-1/+19
| | | | | | | than compiling it in statically. Notes: svn path=/stable/4/; revision=83753
* MFC: I almost forgot this part of the SSE MFC.Peter Wemm2001-08-151-0/+8
| | | | Notes: svn path=/stable/4/; revision=81667
* MFC: update to Binutils 2.11.2.David E. O'Brien2001-08-0122-1141/+1522
| | | | Notes: svn path=/stable/4/; revision=80984
* MFC: rev 1.14 -- total hack to fix broken bootstrap. Add -I/usr/src/includeDavid E. O'Brien2001-07-311-1/+1
| | | | | | | at the tail end of the include searching. Notes: svn path=/stable/4/; revision=80769
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75959
* MFC: OS name is "freebsd", not "freebsdelf"David E. O'Brien2001-02-217-17/+17
| | | | Notes: svn path=/stable/4/; revision=72814
* MFC: rev 1.25, don't call ptrace(PT*DBREGS) except for targets of typeJoerg Wunsch2001-01-051-0/+15
| | | | | | | "child" or "freebsd-uthreads". Notes: svn path=/stable/4/; revision=70691
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-0/+1
| | | | Notes: svn path=/stable/4/; revision=70396
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-112-2/+8
| | | | Notes: svn path=/stable/4/; revision=69839
* MFC: `stringify.sed' has been replaced by `astring.sed' [on ANSI-C systems].David E. O'Brien2000-11-257-15/+15
| | | | | | | Also fix the erronious stringify.sed dependancies. Notes: svn path=/stable/4/; revision=69179
* Upgrade to Binutils 2.10.1.David E. O'Brien2000-11-257-4/+13
| | | | Notes: svn path=/stable/4/; revision=69161
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-151-0/+20
| | | | Notes: svn path=/stable/4/; revision=68797
* MFC: Sync gdb thread support to match recent changes to the threadsDaniel Eischen2000-11-101-26/+39
| | | | | | | | | library. Approved by: jkh Notes: svn path=/stable/4/; revision=68540
* MFC (freebsd-nat.c 1.23, nm.h 1.10): hardware watchpoint support for GDBJoerg Wunsch2000-08-222-0/+256
| | | | | | | | | on the i386 architecture. Since the original implementation has been done on a FreeBSD 4.1 machine, and both files are identical to -current, i feel save to MFC it rather quickly. Notes: svn path=/stable/4/; revision=64935
* MFC: rev 1.6 (install the general binutils info files)David E. O'Brien2000-07-101-1/+6
| | | | | | | PR: 16585 Notes: svn path=/stable/4/; revision=62903
* This is FreeBSD 4.x, not 5.0.David E. O'Brien2000-07-084-10/+10
| | | | Notes: svn path=/stable/4/; revision=62819
* MFC: Upgrade to Binutils 2.10.0.David E. O'Brien2000-07-0638-491/+3482
| | | | Notes: svn path=/stable/4/; revision=62697
* MFC: rev 1.44-45 (fix LDADD)David E. O'Brien2000-07-061-21/+25
| | | | | | | | rev 1.46 (debugging support when using libc_r's pthreads) rev 1.47-48 (upgrade to Binutils 2.10.0) Notes: svn path=/stable/4/; revision=62696
* MFC: rev 1.22 (debugging support when using libc_r's pthreads)David E. O'Brien2000-07-061-14/+4
| | | | Notes: svn path=/stable/4/; revision=62695
* MFC: rev 1.3 (debugging support when using libc_r's pthreads)David E. O'Brien2000-07-061-0/+8
| | | | Notes: svn path=/stable/4/; revision=62694
* MFC: 1.13 (debugging support when using libc_r's pthreads)David E. O'Brien2000-07-061-0/+8
| | | | Notes: svn path=/stable/4/; revision=62691
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-05-281-0/+1126
| | | | Notes: svn path=/stable/4/; revision=60994
* MFC: rev 1.47 (callback.c)David E. O'Brien2000-05-171-1/+1
| | | | Notes: svn path=/stable/4/; revision=60666
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-980/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* Build and install gasp's infodocs along side the other binutil docs ratherDavid E. O'Brien2000-02-213-19/+2
| | | | | | | | | than seperately. Pointed out by: bde Notes: svn path=/head/; revision=57381
* Honestly, really, really add a manpage for gasp.David E. O'Brien1999-12-301-0/+114
| | | | Notes: svn path=/head/; revision=55257
* Add a manpage for gasp.David E. O'Brien1999-12-301-1/+0
| | | | Notes: svn path=/head/; revision=55256
* Hookup the info docs.David E. O'Brien1999-12-291-0/+2
| | | | Notes: svn path=/head/; revision=55199
* Build and install the GASP info page. Unfortunately there is no manpage.David E. O'Brien1999-12-281-0/+16
| | | | Notes: svn path=/head/; revision=55197
* s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar1999-12-1718-22/+22
| | | | | | | | | | | | | | | The target machine is represented by TARGET_ARCH. MACHINE_ARCH always represents the host machine. When TARGET_ARCH is not defined, it is assumed to be equal to MACHINE_ARCH. This means that we're building a native toolset by default. We're creating cross-compilation tools when MACHINE_ARCH != TARGET_ARCH. TARGET_ARCH is defined when building binutils as part of the bootstrap build and is set to reflect the architecture we're currently cross- building. With this change binutils is ready for cross-building. Notes: svn path=/head/; revision=54748