aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2000-05-132000-05-12 H.J. Lu <hjl@gnu.org>H.J. Lu3-9/+12
* nlmconv.c (temp_filename): Removed. * nlmconv.c (link_inputs): Use make_temp_file () instead of choose_temp_base (). * objdump.c (display_target_list): Likewise. (display_info_table): Likewise.
2000-05-08(setup_section): Add const and gettext calls for err.Alan Modra2-7/+11
2000-05-022000-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+18
* readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD, ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX, ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO and ELFOSABI_OPENBSD.
2000-05-02Correct a typo in the author's surname!Ben Elliston1-1/+1
2000-05-02fix gcc warningsAlan Modra4-18/+25
2000-05-02elf fixes.Alan Modra3-1/+12
2000-05-01 * readelf.c (guess_is_rela): AVR uses RELA relocations.Denis Chertykov2-1/+7
(get_machine_name): machine name for EM_AVR added.
2000-04-21IA-64 ELF support.Jim Wilson4-0/+15
2000-04-18Fix bug disassmbling binary files for non-octet byte targets.Timothy Wall2-2/+9
2000-04-14Portability fixes.Alan Modra4-12/+11
2000-04-10Replace 'strftime' with 'sprintf'.Nick Clifton2-2/+17
2000-04-09Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney5-206/+266
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-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.