Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-16 | Replace i[3456]86 with i[3-7]86 | Nick Clifton | 3 | -6/+14 | |
2003-05-13 | Treat identical src/dst file names as if only one entered. One Windows | Nick Clifton | 2 | -3/+10 | |
creating an output file of the same name as the input file will delete the input file before it is read. | |||||
2003-05-12 | Extend test for circualr debug references. | Nick Clifton | 2 | -1/+6 | |
2003-05-12 | New (simplified) Chinese translation | Nick Clifton | 4 | -253/+4999 | |
2003-05-12 | Update my email address. | Jason Eckhardt | 2 | -1/+5 | |
2003-05-07 | 2003-05-07 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -3/+8 | |
* readelf.c (dump_relocations): Enlarge the type field in wide mode by one character. | |||||
2003-05-04 | * readelf.c (struct Frame_Chunk): Add cfa_exp. | Richard Henderson | 2 | -13/+70 | |
(frame_display_row): Just print "exp" for cfa or register defined by a location expression. (display_debug_frames): Handle DW_CFA_def_cfa_expression, DW_CFA_expression, DW_CFA_MIPS_advance_loc8. | |||||
2003-05-01 | 2003-04-30 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -8/+51 | |
* objdump.c (only): Change it to char **. (only_size): New. (only_used): New. (disassemble_data): Check only as an array. (dump_data): Likewise. (dump_relocs): Likewise. (main): Treat only as an array. | |||||
2003-04-26 | oops - forgot to add the grep for "(DW_OP_addr: 0)" | Nick Clifton | 1 | -0/+1 | |
2003-04-26 | Rework readelf -wi tests to grep for expected strings. | Nick Clifton | 3 | -58/+99 | |
2003-04-24 | Fix the documentation for the -fo option. | Nick Clifton | 2 | -3/+8 | |
2003-04-23 | bfd: | Joern Rennecke | 2 | -1/+4 | |
* archures.c (enum bfd_architecture): Amend comment to refer to SuperH. * cpu-sh.c: Likewise. * elf32-sh.c: Likewise. * reloc.c (bfd_reloc_code_real): Likewise. * elf32-sh64-com.c: Change comment to refer to SuperH. * elf32-sh64.c: Likewise. * elf64-sh64.c: Likewise. * bfd-in2.h (enum bfd_architecture): Regenerate. binutils: * readelf.c (get_machine_name) <EM_SH>: Amend return value to refer to SuperH. gas: * config/tc-sh.c: Amend comment to refer to SuperH. * config/tc-sh.h: Likewise. (LISTING_HEADER): Amend to refer to SuperH. * config/tc-sh64.c: Change comment to refer to SuperH. * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH. * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH. * doc/c-sh.texi: Amend to refer to SuperH. Add SuperH architecture documentation references. * doc/c-sh64.texi: Change to refer to SuperH. include/elf: * common.h (EM_SH): Amend comment to refer to SuperH. ld/testsuite: * ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH. * ld-sh/sh64/crange3-media.rd (Machine): Likewise. | |||||
2003-04-23 | Fix "readelf -wi" test | Nick Clifton | 6 | -69/+48 | |
2003-04-23 | Accept -fo as an alias for -o | Nick Clifton | 3 | -30/+59 | |
2003-04-22 | Rename -I to -J. Deprecate old use of -I, but leave it enabled for now. | Nick Clifton | 5 | -21/+52 | |
2003-04-22 | Replace references to Mitsubishi M32R with references to Renesas M32R. | Nick Clifton | 2 | -1/+6 | |
2003-04-15 | Replace occurrances of 'Hitachi' with 'Renesas'. | Nick Clifton | 2 | -5/+9 | |
2003-04-09 | * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w | Alexandre Oliva | 2 | -0/+7 | |
for debugging information types not supported by objdump. | |||||
2003-04-09 | * configure.in: Recognize canonical form of i[3-6]86-pe*. | Alan Modra | 3 | -250/+257 | |
* configure: Regenerate. | |||||
2003-04-09 | * readelf.c (display_debug_info): Apply RELA relocations on the | Alexandre Oliva | 2 | -15/+104 | |
entire section. (byte_put_little_endian, byte_put_big_endian): New functions. (byte_put): New variable. (get_file_header): Initialize it. | |||||
2003-04-05 | Add -l for compatibility with wrc, and rc. Use the short option as a key for | Nick Clifton | 3 | -22/+27 | |
long options that have a synonymous short option. | |||||
2003-04-03 | Add -U for compatibility with wrc, rc, and cpp. Just pass the -U option down | Nick Clifton | 3 | -24/+31 | |
to the preprocessor. | |||||
2003-04-03 | Replace "Static" with "classname" so that results match the behaviour of the | Nick Clifton | 3 | -9/+20 | |
Windows' resource compiler. | |||||
2003-04-01 | * windres.c (usage): Report -r option. | Christopher Faylor | 3 | -1/+15 | |
(main): Ignore the -r option. * doc/binutils.texi: Add -r to the list of options. | |||||
2003-04-01 | * MAINTAINERS: Add myself as Xtensa maintainer. | Bob Wilson | 2 | -0/+5 | |
2003-04-01 | Add Xtensa port (omitted from previous delta) | Nick Clifton | 2 | -0/+19 | |
2003-04-01 | Change "arm-pe*" to "arm-*-pe*". Similarly for thumb-pe*, mcore-pe and | Nick Clifton | 3 | -258/+276 | |
mcore-*elf. | |||||
2003-04-01 | * objdump.c (dump_data): Don't truncate the address to long; make | Alexandre Oliva | 2 | -2/+44 | |
the width large enough, and uniform for all entries in a section. | |||||
2003-03-31 | 2003-03-31 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -39/+59 | |
* readelf.c: Include "libiberty.h". (dynamic_relocations): New. (process_relocs): Properly handle dynamic relocation. (process_dynamic_segment): Fill relocation elements in dynamic_info. | |||||
2003-03-31 | Add some initial 64-bit DWARF support | Nick Clifton | 2 | -79/+217 | |
2003-03-31 | Allow resource IDs to be strings or numbers. | Nick Clifton | 7 | -28/+72 | |
Add a test for this. | |||||
2003-03-24 | Add --info command line switch | Nick Clifton | 4 | -7/+57 | |
2003-03-24 | Move display_info() function into bucomm.c | Nick Clifton | 6 | -218/+256 | |
2003-03-22 | * dlltool.c (gen_def_file): Put demangled name comments on | Danny Smith | 2 | -8/+15 | |
own line preceding export name. | |||||
2003-03-17 | (disassemble_data): Use disasm_info.fprintf_func not printf for emitting new | Nick Clifton | 2 | -46/+48 | |
lines. | |||||
2003-03-17 | nm.c (print_symbol_info_bsd): Print the symbol's size instead of the symbol's | Nick Clifton | 3 | -5/+18 | |
value when --size-sort is used, unless -S is used. doc/binutils.texi (--size-sort): For non-bsd formats both the value and size of the symbols are displayed. | |||||
2003-03-13 | Updated translation | Nick Clifton | 2 | -4/+8 | |
2003-03-13 | Update. | Nick Clifton | 2 | -1/+4 | |
2003-03-09 | 2003-03-10 Ben Elliston <bje@wasabisystems.com> | Ben Elliston | 2 | -4/+8 | |
* MAINTAINERS: Update my mail address. | |||||
2003-03-06 | Remove redundant defintions of BYTES_IN_WORD and add conditional defintion in | Nick Clifton | 3 | -28/+14 | |
aout64.h. | |||||
2003-03-04 | (print_symbol): Remove check for undefined_only. | Nick Clifton | 2 | -21/+29 | |
(main): Print a warning message if --size-sort and --undefined-only are used together. | |||||
2003-03-03 | Installed latest Danish translation. | Nick Clifton | 2 | -55/+47 | |
2003-02-24 | Add paragraph about using --disable-nls | Nick Clifton | 2 | -2/+19 | |
2003-02-24 | (nm --size-sort): Update description. | Nick Clifton | 2 | -4/+14 | |
2003-02-22 | Update my address. | Jim Wilson | 2 | -2/+6 | |
2003-02-21 | Add SHT_IA_64_LOPSREG, SHT_IA_64_HIPSREG and SHT_IA_64_PRIORITY_INIT. | Nick Clifton | 2 | -2/+55 | |
Add code to display these values in readelf. | |||||
2003-02-21 | Apply Bob Wilson's documenation clean up patch | Nick Clifton | 3 | -507/+441 | |
2003-02-21 | * objcopy.c (filter_symbols): Fix compilation problems with | Alan Modra | 2 | -7/+17 | |
HP-UX's C compiler. | |||||
2003-02-20 | * rclex.l (handle_quotes): Fix minor formatting problems introduced in previous | Christopher Faylor | 3 | -11/+38 | |
change. | |||||
2003-02-20 | * rclex.l: Handle strings spanning more than one line. | Christopher Faylor | 2 | -1/+8 | |