Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-09-07 | 2000-09-07 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -398/+414 | |
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild. | |||||
2000-09-06 | * aclocal.m4, configure: Rebuilt with new libtool.m4. | Alexandre Oliva | 3 | -472/+134 | |
2000-09-02 | Increase minor version number (to 2.10.91) to help tools detect the new | Nick Clifton | 6 | -10/+387 | |
ability to support removal of duplciate DWARF@ debug information. | |||||
2000-09-02 | Regernate | Nick Clifton | 1 | -1/+1 | |
2000-08-31 | * acinclude.m4: Include libtool and gettext macros from the | Alexandre Oliva | 4 | -1021/+818 | |
top level. * aclocal.m4, configure: Rebuilt. | |||||
2000-07-26 | Adssign copyright to FSF | Nick Clifton | 2 | -11/+31 | |
2000-07-24 | File not needed - it is provided at the top level | Nick Clifton | 2 | -342/+0 | |
2000-07-24 | Add GPL copyright notices to uncopyrighted files. | Nick Clifton | 24 | -1362/+1853 | |
Add copy of GPL. | |||||
2000-07-20 | Add optional style argument to --demangle switch. | Nick Clifton | 3 | -5/+28 | |
2000-07-05 | add MAINTAINERS files | DJ Delorie | 2 | -0/+5 | |
2000-07-01 | Fix 2000-06-22. grep after running dep.sed | Alan Modra | 3 | -8/+16 | |
2000-06-22 | Ensure /usr/include and the like stay out of dependencies. | Alan Modra | 3 | -5/+19 | |
2000-06-20 | Correct pointer comparisons relying on NULL less than any other pointer. | Alan Modra | 2 | -2/+7 | |
Alexander Aganichev's fix for ieee.c | |||||
2000-06-19 | Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support | Nick Clifton | 2 | -24/+18 | |
for m68hc11 and m68hc12 processors. | |||||
2000-06-13 | 2000-06-13 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+5 | |
* configure: Regenerate. | |||||
2000-06-08 | * configure.in (VERSION): Update to show this is the CVS mainline. | David O'Brien | 2 | -1/+5 | |
Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200005222205.PAA14565@elmo.cygnus.com> | |||||
2000-06-07 | 2000-06-07 Philippe De Muyter <phdm@macqel.be> | Phil Blundell | 2 | -2/+4 | |
* source.c: Remove direct inclusion of sys/stat.h. | |||||
2000-06-01 | undo repvious delta | Nick Clifton | 2 | -0/+11 | |
2000-05-28 | Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..) | Alan Modra | 2 | -6/+4 | |
2000-05-26 | When calling getopt_long indicate that the 'd' switch takes an optional | Nick Clifton | 2 | -1/+7 | |
argument, whereas the 'D' switch takes no argument at all. | |||||
2000-05-26 | Update dependencies. | Alan Modra | 4 | -118/+155 | |
2000-05-26 | missed this in the last commit. | Alan Modra | 1 | -20/+5 | |
2000-05-26 | Eli Zaretskii's DOSish file name patches. | Alan Modra | 12 | -555/+372 | |
2000-04-09 | Remove ``-W -Wall'' from top-level Makefile/configure. | Andrew Cagney | 6 | -552/+392 | |
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227. | |||||
2000-04-05 | * gprof.c (copyright): Do not use N_ in array initializer. | Alexandre Oliva | 2 | -2/+6 | |
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 3 | -3/+8 | |
xgettext can find it. Regnerate .pot files. | |||||
2000-04-04 | Use "gcc -MM" for dependencies, and update them. | Alan Modra | 3 | -157/+407 | |
2000-04-03 | Move bug report string to one place. | Alan Modra | 3 | -2/+8 | |
2000-03-31 | Don't use post-increment on structure copy to work around a ppc gcc bug. | Alan Modra | 2 | -1/+7 | |
2000-03-26 | 1999-09-29 Mark Kettenis <kettenis@gnu.org> | Phil Blundell | 2 | -7/+7 | |
* hertz.h [MACH] (hertz): Remove macro. The <machine/mach_param.h> include doesn't exist on al Mach based systems, and the definition of hertz breaks compilation of hertz.c anyway. | |||||
2000-02-27 | rebuild with current tools | Ian Lance Taylor | 1 | -10/+15 | |
2000-02-22 | From Brad Lucier <lucier@math.purdue.edu>: | Ian Lance Taylor | 4 | -6/+17 | |
* i386.c (i386_find_call): Add cast to ensure that printf argument matches format. * tahoe.c (tahoe_find_call): Likewise. * vax.c (vax_find_call): Likewise. | |||||
2000-01-26 | Most of these changes are really only cosmetic. The readelf.c patch | Alan Modra | 2 | -1/+6 | |
fixes a thinko in get_dynamic_flags. I found at least one message string that included a `%' being passed to printf in the format argument. | |||||
1999-09-24 | Make sure that sensible values are extracted from a raw header. | Nick Clifton | 2 | -0/+14 | |
1999-08-09 | rebuild with patched automake | Ian Lance Taylor | 1 | -1/+1 | |
1999-08-06 | From Brad Lucier <lucier@math.purdue.edu>: | Ian Lance Taylor | 2 | -2/+8 | |
* corefile.c (core_create_line_syms): Add cast for printf. | |||||
1999-07-22 | From Mark Elbrecht: | Ian Lance Taylor | 2 | -18/+5 | |
* configure.bat: Remove; obsolete. | |||||
1999-07-15 | * configure.in: Bump version number to 2.9.5. | Ian Lance Taylor | 3 | -160/+176 | |
* configure: Rebuild. | |||||
1999-07-11 | * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED. | Ian Lance Taylor | 3 | -2/+8 | |
* sym-ids.c (non_existent_file): Fully initialize structure. | |||||
1999-06-30 | * Many files: Add casts in many print statements to cast bfd_vma | Ian Lance Taylor | 16 | -102/+141 | |
values to unsigned long when calling printf. * Makefile.am ($(OBJECTS)): Add gmon.h. * Makefile.in: Rebuild. | |||||
1999-06-14 | Fix typo. | Andreas Schwab | 2 | -1/+5 | |
1999-06-13 | x | Ian Lance Taylor | 1 | -0/+1 | |
1999-06-13 | * cg_dfn.c: Include "libiberty.h" | Ian Lance Taylor | 2 | -5/+16 | |
(DFN_INCR_DEPTH): Define instead of DFN_DEPTH. (dfn_stack): Define as pointer rather than array. (pre_visit): Reallocate dfn_stack as needed. | |||||
1999-06-03 | Update. | Richard Henderson | 1 | -1/+0 | |
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 61 | -0/+20081 | |