aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2000-04-07A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra25-616/+580
2000-04-07SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support).Timothy Wall2-0/+6
2000-04-07 * readelf.c (decode_location_expression): Loop through multipleJason Merrill2-465/+309
operations. (read_and_display_attr): Pass in length.
2000-04-07 * readelf.c (read_and_display_attr): Add CU offset to references.Jason Merrill2-32/+48
(display_debug_info): Pass it in.
2000-04-06Remove spurious blank lineNick Clifton1-1/+0
2000-04-06Detect EM_AVR machine numberNick Clifton2-0/+3
2000-04-06Add code to decode the e_flags field of an ARM ELF binary.Nick Clifton2-4/+124
2000-04-05Add --redefine-sym to objcopy.Alan Modra5-64/+258
2000-04-042000-04-04 H.J. Lu <hjl@gnu.org>H.J. Lu2-9/+14
* readelf.c (process_symbol_table): Correctly read in symbol versioning information.
2000-04-04Move translated part of bug report string back into .c files soAlan Modra12-318/+333
xgettext can find it. Regnerate .pot files.
2000-04-04Use "gcc -MM" for dependencies, and update them.Alan Modra3-387/+486
2000-04-032000-04-03 H.J. Lu (hjl@gnu.org)H.J. Lu2-1/+5
* size.c (usage): Use REPORT_BUGS_TO.
2000-04-03Move bug report string to one place.Alan Modra11-13/+34
2000-03-30Include sys/types.h before sys/stat.h for ultrix.Alan Modra2-0/+5
2000-03-28catch out of range string offset in corrupt stab entryNick Clifton2-0/+15
2000-03-27ATMEL AVR microcontroller support.Alan Modra2-0/+10
2000-03-252000-03-09 Tim Waugh <twaugh@redhat.com>Phil Blundell2-1/+5
* strings.1: Correct '-bytes' to '--bytes'.
2000-03-14fix to match latest readelf outputNick Clifton3-19/+29
2000-03-092000-03-08 H.J. Lu <hjl@gnu.org>H.J. Lu3-2/+8
* Makefile.am (install-exec-local): Depend on install-binPROGRAMS for parallel make. * Makefile.in: Regenerated.
2000-02-28 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-3/+12
* readelf.c (process_dynamic_segment): Add cast to make sure argument to %* is int.
2000-02-27rebuild with current toolsIan Lance Taylor4-1453/+1176
2000-02-26rebuildIan Lance Taylor1-1/+1
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+2
* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+5
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton5-5/+47
2000-02-23Teach get_osabi_name about LinuxAlan Modra2-0/+5
2000-02-22Remove use of ELF_ST_OTHER.Nick Clifton2-6/+8
2000-02-22 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-16/+25
* readelf.c (process_version_sections): Add casts to make sure argument to %* is an int. (process_mips_specific): Add casts to make printf arguments match format.
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2-7/+15
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
2000-02-19* build fixFrank Ch. Eigler2-1/+4
2000-02-18 Frank Ch. Eigler <fche@redhat.com> * resrc.c: Remove unmatched #if for cygwin.
2000-02-142000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2-1/+6
* binutils.texi: Document the change of flavor name from atpcs-special to special-atpcs to prevent name conflict in gdb.
2000-02-08Fix bug in interlisting option, added --file-start-context option.Timothy Wall4-5/+29
2000-02-03octets vs bytes changes for binutilsTimothy Wall2-100/+117
2000-01-28Fix date.Andreas Schwab1-1/+1
2000-01-28Apply patch from Thomas de Lellis to allow nm to distinguish between weakNick Clifton3-7/+23
function symbols and weak data symbols.
2000-01-27Add ATPCS support to ARM disassembler.Nick Clifton2-7/+14
Document ARM disassembler options.
2000-01-27Add support for documenting target specific disassembler optionsNick Clifton2-0/+6
2000-01-26Most of these changes are really only cosmetic. The readelf.c patchAlan Modra2-8/+21
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.
2000-01-20fix dll table lookup code for MotorolaNick Clifton1-14/+18
2000-01-17Detect ELFOSABI_ARM.Nick Clifton2-0/+5
2000-01-14Correct function return types for new and fussy gcc.Alan Modra4-9/+17
2000-01-13Fix description of EM_S370.Nick Clifton2-1/+6
2000-01-11Fix mistakes made about interpretation of ELF ABI specNick Clifton2-1/+5
2000-01-10Add NT_WIN32PSTATUS to list of recognised core notesNick Clifton2-0/+5
2000-01-07Apply Mumit Khan's patch to allow temporary file for process interconnectionNick Clifton5-24/+309
2000-01-05add year 2000 copyright noticeNick Clifton1-1/+1
2000-01-05Apply Mumit Khan's patch to remove 32 postfix from cygwin and mingwNick Clifton2-7/+10
2000-01-04Apply Mumit Khan's patch to implement --compat-implib command line switchNick Clifton2-21/+48
2000-01-03document --disassembler-options=force-thumbNick Clifton2-2/+13
1999-12-28Add decoding of new constants defined in Oct 4, 1999 draft of ELF ABI spec.Nick Clifton2-40/+196