Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
[binutils-gdb.git] / binutils /
2000-06-19 Nick CliftonApplied Stephane Carrez <Stephane.Carrez@worldnet.fr...
2000-06-19 Nick CliftonImprove verbose message
2000-06-19 Nick CliftonDo not expect the compilation unit tag to be unit 1
2000-06-19 Nick CliftonExpect all arm variants to fail copying executable...
2000-06-16 H.J. Lu2000-06-15 H.J. Lu <hjl@gnu.org>
2000-06-15 H.J. Lu2000-06-15 H.J. Lu <hjl@gnu.org>
2000-06-14 Hans-Peter Nilsson * binutils-all/readelf.exp (regexp_diff): Do not break...
2000-06-13 DJ Delorie* rcparse.y (control): ICON controls take an id as...
2000-06-13 H.J. Lu2000-06-13 H.J. Lu <hjl@gnu.org>
2000-06-08 David O'Brien* configure.in (VERSION): Update to show this is the...
2000-06-02 David O'Brien * strings.c (isgraphic): Interpret <TAB> as a printabl...
2000-05-30 Alan ModraFix my inept 2000-05-24 change.
2000-05-26 DJ Delorie* resrc.c (close_input_stream): zero out cpp_pipe after...
2000-05-26 Alan ModraUpdate dependencies.
2000-05-26 Alan ModraEli Zaretskii's DOSish file name patches.
2000-05-25 Alan ModraEnsure bfd_close after bfd_openw so we don't get multip...
2000-05-14 H.J. Lu2000-05-14 H.J. Lu (hjl@gnu.org)
2000-05-14 Alan ModraAccept and ignore -f command line option.
2000-05-13 Alan ModraQuell some gcc warnings by defining textdomain and...
2000-05-13 H.J. Lu2000-05-12 H.J. Lu <hjl@gnu.org>
2000-05-08 Alan Modra(setup_section): Add const and gettext calls for err.
2000-05-02 H.J. Lu2000-05-02 H.J. Lu <hjl@gnu.org>
2000-05-02 Ben EllistonCorrect a typo in the author's surname!
2000-05-02 Alan Modrafix gcc warnings
2000-05-02 Alan Modraelf fixes.
2000-05-01 Denis Chertykov * readelf.c (guess_is_rela): AVR uses RELA relocations.
2000-04-21 Jim WilsonIA-64 ELF support.
2000-04-18 Timothy WallFix bug disassmbling binary files for non-octet byte...
2000-04-14 Alan ModraPortability fixes.
2000-04-10 Nick CliftonReplace 'strftime' with 'sprintf'.
2000-04-09 Andrew CagneyRemove ``-W -Wall'' from top-level Makefile/configure.
2000-04-07 Alan ModraA mostly cosmetic tidy up of warnings and error message...
2000-04-07 Timothy WallSEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF...
2000-04-07 Jason Merrill * readelf.c (decode_location_expression): Loop...
2000-04-07 Jason Merrill * readelf.c (read_and_display_attr): Add CU...
2000-04-06 Nick CliftonRemove spurious blank line
2000-04-06 Nick CliftonDetect EM_AVR machine number
2000-04-06 Nick CliftonAdd code to decode the e_flags field of an ARM ELF...
2000-04-05 Alan ModraAdd --redefine-sym to objcopy.
2000-04-04 H.J. Lu2000-04-04 H.J. Lu <hjl@gnu.org>
2000-04-04 Alan ModraMove translated part of bug report string back into...
2000-04-04 Alan ModraUse "gcc -MM" for dependencies, and update them.
2000-04-03 H.J. Lu2000-04-03 H.J. Lu (hjl@gnu.org)
2000-04-03 Alan ModraMove bug report string to one place.
2000-03-30 Alan ModraInclude sys/types.h before sys/stat.h for ultrix.
2000-03-28 Nick Cliftoncatch out of range string offset in corrupt stab entry
2000-03-27 Alan ModraATMEL AVR microcontroller support.
2000-03-25 Phil Blundell2000-03-09 Tim Waugh <twaugh@redhat.com>
2000-03-14 Nick Cliftonfix to match latest readelf output
2000-03-09 H.J. Lu2000-03-08 H.J. Lu <hjl@gnu.org>
2000-02-28 Ian Lance Taylor From Brad Lucier <lucier@math.purdue.edu>:
2000-02-27 Ian Lance Taylorrebuild with current tools
2000-02-26 Ian Lance Taylorrebuild
2000-02-26 H.J. Lu2000-02-25 H.J. Lu <hjl@gnu.org>
2000-02-26 H.J. Lu2000-02-25 H.J. Lu <hjl@gnu.org>
2000-02-24 Nick CliftonAdd support for WinCE targeted toolchains.
2000-02-23 Alan ModraTeach get_osabi_name about Linux
2000-02-22 Nick CliftonRemove use of ELF_ST_OTHER.
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-22 Ian Lance Taylor From Brad Lucier <lucier@math.purdue.edu>:
2000-02-21 Alan ModraThis lot mainly cleans up `comparison between signed...
2000-02-19 Frank Ch. Eigler* build fix
2000-02-14 Fernando Nasser2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus...
2000-02-08 Timothy WallFix bug in interlisting option, added --file-start...
2000-02-03 Timothy Walloctets vs bytes changes for binutils
2000-01-28 Andreas SchwabFix date.
2000-01-28 Nick CliftonApply patch from Thomas de Lellis to allow nm to distin...
2000-01-27 Nick CliftonAdd ATPCS support to ARM disassembler.
2000-01-27 Nick CliftonAdd support for documenting target specific disassemble...
2000-01-26 Alan ModraMost of these changes are really only cosmetic. The...
2000-01-20 Nick Cliftonfix dll table lookup code for Motorola
2000-01-17 Nick CliftonDetect ELFOSABI_ARM.
2000-01-14 Alan ModraCorrect function return types for new and fussy gcc.
2000-01-13 Nick CliftonFix description of EM_S370.
2000-01-11 Nick CliftonFix mistakes made about interpretation of ELF ABI spec
2000-01-10 Nick CliftonAdd NT_WIN32PSTATUS to list of recognised core notes
2000-01-07 Nick CliftonApply Mumit Khan's patch to allow temporary file for...
2000-01-05 Nick Cliftonadd year 2000 copyright notice
2000-01-05 Nick CliftonApply Mumit Khan's patch to remove 32 postfix from...
2000-01-04 Nick CliftonApply Mumit Khan's patch to implement --compat-implib...
2000-01-03 Nick Cliftondocument --disassembler-options=force-thumb
1999-12-28 Nick CliftonAdd decoding of new constants defined in Oct 4, 1999...
1999-12-26 Ian Lance Taylor * strings.c (main): Correct handling of numeric argument.
1999-12-23 Andrew Haley1999-12-23 Andrew Haley <aph@cygnus.com>
1999-12-17 Nick Cliftonchange default arm gas abi selection to 32
1999-12-17 Nick CliftonFix compile time warnings
1999-12-10 Nick CliftonFix support for native 64bit ELF systems
1999-12-09 Nick CliftonPass -mpacs-26 by default to arm assembler.
1999-12-07 Nick Cliftonfix typo in previous delta
1999-12-07 Nick Cliftonminor formatting changes
1999-12-07 Nick CliftonFix compile time warnings & asupport more than 999...
1999-12-07 Nick CliftonFix displaying 64bit ELF files.
1999-11-25 Nick CliftonApplied Fred Fish's patch to fix decoding of core notes.
1999-11-22 Nick CliftonOverhaul --help output.
1999-11-21 Nick CliftonOverhaul --help output
1999-11-03 Nick CliftonChnage the default endianness for mcore to little
1999-11-03 Nick Cliftonclip shorts to prevent assembler warnings
1999-11-01 Nick Cliftonexpect thumb-pe and thumb-coff failures
1999-11-01 Nick CliftonExpect arm-pe and arm-coff failure of the simple objcop...
next