Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-07-23 | Update. | Ulrich Drepper | 1 | -0/+5 | |
1998-07-23 | Consistantly use elf_ prefix for *_reloc_type functions. | Ulrich Drepper | 1 | -5/+5 | |
1998-07-22 | Get relocation numbers from header files, rather than using built in | Nick Clifton | 2 | -144/+56 | |
functions. | |||||
1998-07-22 | Update. | Ulrich Drepper | 1 | -0/+6 | |
1998-07-22 | Remove definition of functions to return relocation symbol strings. | Ulrich Drepper | 1 | -350/+66 | |
They now get implicitly defined when include the system specific ELF header. | |||||
1998-07-22 | Before include system specific ELF header define | Ulrich Drepper | 2 | -107/+63 | |
START_RELOC_NUMBERS, RELOC_NUMBER, and END_RELOC_NUMBERS. For now used for ppc, mips, and mn10300. | |||||
1998-07-22 | * binutils-all/objcopy.exp: Polish output about fail for objcopy | Vladimir Makarov | 2 | -54/+225 | |
(simple copy), strip with/without saving a symbol for object file and executable. | |||||
1998-07-22 | Ooops - added gettext'isation missed out from previous delta | Nick Clifton | 1 | -1/+1 | |
1998-07-22 | Display number of unrecognised relocations. | Nick Clifton | 2 | -27/+35 | |
1998-07-22 | Moving entry about changes in testsuite/binutils-all/objcopy.exp from | Vladimir Makarov | 2 | -3/+9 | |
ChangeLog to testsuite/ChangeLog. | |||||
1998-07-21 | *** empty log message *** | Ulrich Drepper | 1 | -0/+21 | |
1998-07-21 | Use symbolic names of relocation entries for the various | Ulrich Drepper | 1 | -309/+552 | |
architectures. Correct more layout details. Print names of MIPS specific section types. Print Alpha, ARM, and MIPS relocation type names. | |||||
1998-07-20 | Mon Jul 20 12:51:16 1998 Andreas Schwab ↵ | Ian Lance Taylor | 1 | -0/+7 | |
<schwab@issan.informatik.uni-dortmund.de> * addr2line.c (find_address_in_section): Only consider a section if the pc value is completely contained within it. (translate_addresses): Don't crash if functionname or filename are null. | |||||
1998-07-20 | process_symbol_table): Fix little alignment problem in printed table header. | Ulrich Drepper | 2 | -1/+6 | |
1998-07-20 | Correct reading of .dynamic section. | Ulrich Drepper | 2 | -9/+319 | |
(dynamic_section): Now a global variable. (process_mips_fpe_exception, process_mips_specific, process_arch_specific): New functions. (get_file_header): Call process_arch_specific. | |||||
1998-07-19 | Add support for processor specific information on MIPS. | Ulrich Drepper | 2 | -10/+146 | |
1998-07-19 | Fix several versioning related bugs. Produce nicer output. | Ulrich Drepper | 2 | -322/+352 | |
1998-07-10 | From Christian Holland <CHolland@de.lucent.com>: | Ian Lance Taylor | 1 | -0/+8 | |
* ieee.c (parse_ieee): Initialize info.global_vars and info.global_types. (parse_ieee_atn): Ignore register lifetime information reportedly emitted by MRI compiler. | |||||
1998-07-09 | * Makefile.am (MAINTAINERCLEANFILES): Define. | Ian Lance Taylor | 1 | -0/+5 | |
* Makefile.in: Rebuild. | |||||
1998-07-08 | * readelf.c (byte_get): Use PARAMS in prototype. | Jeff Law | 2 | -3/+12 | |
(error): Make it work with non-ANSI compilers. (warn): Likewise. (get_ver_flags): Don't use an ANSI prototype in the definition. | |||||
1998-07-07 | * objcopy.c (filter_bytes): Set size correctly if the size of the | Ian Lance Taylor | 1 | -0/+6 | |
section is not an even multiple of the interleave. Based on patch from Brion Stone <Brion.Stone@attws.com>. | |||||
1998-07-02 | Thu Jul 2 14:01:34 1998 Klaus Kaempf <kkaempf@rmi.de> | Ian Lance Taylor | 3 | -10/+21 | |
* configure.com: Add vax/vms support. * makefile.vms-in: Renamed from makefile.vms. Add substitutions now done by configure.com. | |||||
1998-07-02 | * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed | Ian Lance Taylor | 2 | -28/+93 | |
integers with real upper bounds. Handle a lower bound one larger than the upper bound as a signed integer. Handle 8 byte signed integers. (stab_demangle_template): Optionally return the demangled name of the template. (stab_demangle_qualified): Treat a template name as a tagged type. (stab_demangle_fund_type): Likewise. | |||||
1998-07-01 | Minor formatting improvements. | Nick Clifton | 3 | -12/+23 | |
1998-07-01 | fix indentation | Ian Lance Taylor | 1 | -1/+1 | |
1998-07-01 | rebuild | Ian Lance Taylor | 1 | -286/+568 | |
1998-07-01 | new files for windres | Ian Lance Taylor | 2 | -0/+207 | |
1998-07-01 | x | Ian Lance Taylor | 1 | -0/+26 | |
1998-07-01 | * rclex.l: Add casts and change types to avoid warnings. | Ian Lance Taylor | 8 | -206/+271 | |
* rcparse.y: Likewise. * resbin.c: Likewise. * rescoff.c: Likewise. * resrc.c: Likewise. * Makefile.am: Rebuild dependencies. (HFILES): Remove readelf.h. * Makefile.in: Rebuild. Based on patches from Andrew Kozin <Andrew.Kozin@p14.f960.n5020.z2.fidonet.org>: * winduni.h: New file, from windres.h. * winduni.c: New file, from windres.c. * windres.c: Move Unicode functions into winduni.c. * windres.h: Move Unicode declarations into winduni.h. Include winduni.h. (RT_ACCELERATOR): Rename from RT_ACCELERATORS to match Windows macro. Change all uses. (RT_PLUGPLAY, RT_VXD): Correct values. * Makefile.am (HFILES): Add windres.h. (CFILES): Add winduni.c. (windres_SOURCES): Add winduni.c. | |||||
1998-06-30 | remove readelf.h from file list | Nick Clifton | 1 | -1/+0 | |
1998-06-30 | Improved portability of readelf | Nick Clifton | 4 | -898/+828 | |
1998-06-29 | * Attempt to make readelf.c compile under IRIX6 cc by inserting | Frank Ch. Eigler | 1 | -0/+1 | |
non-functional "break;" in switch statement. | |||||
1998-06-26 | * objcopy.c (strip_main): keep_specific_list == NULL as additional | Vladimir Makarov | 2 | -12/+22 | |
condition to set up strip all symbols by default. (copy_archive): don't change archive when error in object files of the archive. PR16197 | |||||
1998-06-25 | rebuild dependencies | Ian Lance Taylor | 2 | -6/+8 | |
1998-06-24 | * stabs.c (parse_number): Sign extend negative values correctly if | Ian Lance Taylor | 2 | -55/+150 | |
bfd_vma is larger than unsigned long. | |||||
1998-06-24 | Fixed parsing of output to cope with .call_table_data sections on v850 | Nick Clifton | 1 | -0/+40 | |
1998-06-23 | Tue Jun 23 14:55:05 1998 Mike Stump <mrs@wrs.com> | Ian Lance Taylor | 3 | -7/+13 | |
* Makefile.am (install-exec-local): Don't let EXEEXT interfere with the program transform name. * Makefile.in: Rebuild. | |||||
1998-06-23 | Rewrite of readelf to use fopen/fread rather than mmap. | Nick Clifton | 3 | -1114/+1747 | |
1998-06-22 | * readelf.c: Include bfd.h and bucomm.h before system header | Ian Lance Taylor | 2 | -23/+38 | |
files. (parse_args): Change type of c from char to int. | |||||
1998-06-13 | add d30v sanitization to readelf | Ian Lance Taylor | 3 | -135/+171 | |
1998-06-12 | rebuild | Ian Lance Taylor | 1 | -0/+2738 | |
1998-06-12 | * po/Make-in (all-yes): If maintainer mode, depend on .pot file. | Tom Tromey | 1 | -0/+6 | |
($(PACKAGE).pot): Unconditionally depend on POTFILES. | |||||
1998-06-12 | Make sure .gcc_except_table fits in the section header table | Michael Meissner | 2 | -3/+5 | |
1998-06-12 | Add PowerPC support to readelf; Print machine specific flags; Print ↵ | Michael Meissner | 4 | -16/+222 | |
endianess; Make widening more portable | |||||
1998-06-12 | Fix sunOS build of readelf. | Nick Clifton | 2 | -23/+25 | |
Fixed -Wall warnigs when built under Linux. | |||||
1998-06-11 | * stabs.c (struct stab_handle): Add self_crossref field. | Ian Lance Taylor | 1 | -1/+12 | |
(parse_stab_string): If a tag is a cross reference to itself, don't define it in the tags list. (parse_stab_type): Set info->self_crossref. * debug.c (struct debug_type_real_list): Define. (debug_get_real_type): Add list parameter. Change all callers. Check for circularity to avoid crashing when it occurs. | |||||
1998-06-11 | Ooops - forgopt to check this in with the previous delta! | Nick Clifton | 1 | -0/+10 | |
1998-06-11 | Add 'readelf' to binutils. | Nick Clifton | 6 | -13/+2597 | |
1998-06-05 | * objcopy.c (setup_section): Adjust the section size if copy_byte | Ian Lance Taylor | 1 | -0/+6 | |
is >= 0. (copy_section): Do not call bfd_set_section_size. | |||||
1998-06-04 | Add missing \n\ from help description. | Nick Clifton | 2 | -3/+7 | |