Nick Clifton
5ea695edcd
Fix compile time warnings
27 years ago
Nick Clifton
2f5288870a
Fix support for native 64bit ELF systems
27 years ago
Nick Clifton
a2186dfed7
Pass -mpacs-26 by default to arm assembler.
Add arm-epoc target support.
Do no mangle null page entries.
27 years ago
Nick Clifton
843dd99245
fix typo in previous delta
27 years ago
Nick Clifton
308009476c
minor formatting changes
27 years ago
Nick Clifton
5e220199b9
Fix compile time warnings & asupport more than 999 symbols
27 years ago
Nick Clifton
f7a999632f
Fix displaying 64bit ELF files.
27 years ago
Nick Clifton
6d118b099c
Applied Fred Fish's patch to fix decoding of core notes.
27 years ago
Nick Clifton
d5bcb29dda
Overhaul --help output.
27 years ago
Nick Clifton
1dada9c5d3
Overhaul --help output
27 years ago
Nick Clifton
7e301c9cbd
Chnage the default endianness for mcore to little
27 years ago
Nick Clifton
f932f8e1da
clip shorts to prevent assembler warnings
27 years ago
Nick Clifton
c58c5ee7b5
expect thumb-pe and thumb-coff failures
27 years ago
Nick Clifton
11d47adc34
Expect arm-pe and arm-coff failure of the simple objcopy test
27 years ago
Ian Lance Taylor
d24de309df
1999-10-27 Fred Fish <fnf@cygnus.com>
* objdump.c (display_bfd): Break into two functions. The
actual dumping code moves to dump_bfd. If bfd is not
unambiguously recognized as a bfd_object, attempt to dump
it as a bfd_core.
(dump_bfd): New function.
27 years ago
Nick Clifton
96925346de
Remove spurious test of exp_name
27 years ago
Nick Clifton
49c245078a
Add default assembler switchhes on a per machine basis.
Use machine target type when opening output bfd files.
27 years ago
Ian Lance Taylor
b059661ec6
* ar.c (normalize): Fix full_pathname code.
27 years ago
Ian Lance Taylor
f20a759a4d
1999-10-08 Ben Elliston <bje@cygnus.com>
* binutils.texi: Some rewording and clarifications.
27 years ago
Ulrich Drepper
103f02d372
1999-09-15 Ulrich Drepper <drepper@cygnus.com>
* readelf.c (dynamic_segment_parisc_val): Print 0 for DLD_FLAGS if
the value is zero.
(process_symbol_table): Don't print histogram if hash table is empty.
1999-09-15 Ulrich Drepper <drepper@cygnus.com>
* readelf.c (get_parisc_dynamic_type): Handle DT_HP_GST_* values.
1999-09-02 Ulrich Drepper <drepper@cygnus.com>
* readelf.c (get_symbol_type): Add support for HPUX and PARISC
specific symbol types.
* readelf.c: Add HPUX and PARISC extensions to dynamic and program
header table printing.
* readelf.c (get_machine_flags): Add handling of PARISC.
27 years ago
DJ Delorie
ce195b4280
* dlltool.c (scan_drectve_symbols): Handle type tags in exported
symbols.
(scan_filtered_symbols): Likewise.
27 years ago
Ian Lance Taylor
34ca6cf879
* resrc.c (write_rc_rcdata): Fix local variable shadowing
problem. If RCDATA_BUFFER data can be read as strings, modify
code to print the strings as comments.
* resres.c: Add casts to avoid warnings.
(write_res_data, read_res_data): Don't put the program name in the
error message; fatal already puts it there.
27 years ago
Ian Lance Taylor
f1f8ce075e
comment fix
27 years ago
Michael Meissner
6d83c84bcf
Fix problem with going to automake 2.14
27 years ago
Jeff Law
c392c1bbc1
* binutils-all/hppa/objdump.exp: Do not run for PA64.
27 years ago
Ian Lance Taylor
a20a10a650
* ar.c (main): Clear output_file if we don't change the archive.
(delete_members, replace_members): Likewise.
27 years ago
Ian Lance Taylor
8bea4d5c6c
1999-09-12 Donn Terry <donn@interix.com>
* objdump.c (dump_headers): If wide_output, print Flags header.
27 years ago
Ian Lance Taylor
deecf979f6
1999-09-12 Donn Terry <donn@interix.com>
* objdump.c (dump_section_header): Print any comdat information.
27 years ago
Ian Lance Taylor
3994e2c66d
1999-09-12 Donn Terry <donn@interix.com>
* objcopy.c (parse_flags): Handle "noload", "debug", and "share".
* binutils.texi, objcopy.1: Document new flags.
27 years ago
Ian Lance Taylor
3de3906459
1999-09-12 Donn Terry <donn@interix.com>
* ar.c (counted_name_mode): New static variable.
(counted_name_counter): New static variable.
(map_over_members): Handle counted mode.
(usage): Mention N modifier.
(main): Handle N modifier.
(delete_members): Handle counted mode.
* binutils.texi, ar.1: Document N modifier.
27 years ago
Ian Lance Taylor
946d15cab8
1999-09-12 Donn Terry <donn@interix.com>
* ar.c (print_contents): Change printing of member name for
POSIX.2 conformance.
27 years ago
Ian Lance Taylor
c8446de592
1999-09-12 Donn Terry <donn@interix.com>
* ar.c (output_filename): Make const.
(open_inarch): If creating a new empty archive, set
output_filename.
27 years ago
Ian Lance Taylor
fe84ea5db2
* ar.c (full_pathname): New static variable.
(map_over_members): Call normalize on command line parameter.
(usage): Mention P modifier.
(normalize): If full_pathname is true, don't do anything.
(main): Accept P modifier.
* binutils.texi, ar.1: Document P modifier.
27 years ago
Andreas Schwab
ad0481cd94
* binutils.texi: Add info dir entries for all programs described
here. Fix arguments of @var to not contain punctuation.
27 years ago
Ian Lance Taylor
1865dcb816
1999-09-06 Donn Terry <donn@interix.com>
* nm.c (print_symbol_info_bsd): Check for 'w' as well as 'U'.
(print_symbol_info_sysv): Likewise.
(print_symbol_info_posix): Likewise.
27 years ago
Ian Lance Taylor
d9ea9319a9
fix date
27 years ago
Ian Lance Taylor
7d46606982
1999-09-04 Steve Chamberlain <sac@pobox.com>
* readelf.c: Include "elf/pj.h".
(dump_relocations): Handle EM_PJ.
(get_machine_name): Likewise.
(get_machine_flags): Likewise.
27 years ago
Ian Lance Taylor
6a0aef968b
1999-09-02 Steve Chamberlain <sac@pobox.com>
* binutils-all/objdump.exp: Add pj to cpus_expected.
27 years ago
Nick Clifton
21461bfd9b
fix typo.
27 years ago
Nick Clifton
0ac3848055
ooops - omitted from previous delta
27 years ago
Nick Clifton
779fe53312
Apply patch from Scott Bambrough to display the contents of a NOTES segment
in a core file.
27 years ago
Ian Lance Taylor
757acbc593
* binutils.texi (Bug Reporting): Clarify that large files should
not be sent to bug-gnu-utils.
27 years ago
Ian Lance Taylor
d7f1f2b0be
fix FSF address
27 years ago
Nick Clifton
3590ea008d
Applied patch from Stephane Carrez <stcarrez@worldnet.fr> to fix pointer size assumption.
27 years ago
Jeff Law
40a825c310
* binutils-all/hppa/freg.s: New file.
* binutils-all/hppa/objdump.exp: Add freg.s test.
27 years ago
Nick Clifton
7a4b7442d4
Patch from Jim Wilson - more bug fixes for line table decoding.
27 years ago
Nick Clifton
2366453a56
(display_debug_lines, case DW_LNS_const_add_pc): Multiply adv by info.li_min_insn_length.
27 years ago
Richard Henderson
9a09773023
* readelf.c (get_sparc64_dynamic_type): New function.
(get_dynamic_type): Use it.
27 years ago
Nick Clifton
75d74c4827
(display_debug_lines, case default): Change second line setting adv to use = not +=
27 years ago
Nick Clifton
aff05906d2
extend comment.
27 years ago