Nick Clifton
935a41f543
(display_debug_pubnames): Align offset and data columns.
(read_and_display_attr_value): Add missing break;
(debug_displays): Enable the display of the .debug_pubtypes section.
23 years ago
Stan Shebs
92e25cf8fd
* mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
support files, no longer used.
23 years ago
Jakub Jelinek
adacfc8184
* binutils-all/objcopy.exp: Accept main as a data symbol as well.
23 years ago
Paul Brook
d507cf36a6
* bfd/elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.
* binutils/readelf.c (decode_ARM_machine_flags): Add EABI v3.
* gas/config/tc-arm.c (meabi_flags): New variable.
(arm_parse_eabi): New function.
(md_begin): Set flags for EABI v3.
(arm_eabis): Add.
(arm_long_opts): Add meabi.
* include/elf/arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add.
* doc/as.texinf <ARM>: Document -meabi.
* doc/c-arm.texi: Ditto.
23 years ago
Richard Henderson
8c9a987975
* readelf.c (display_debug_frames): Don't crash for mismatched
DW_CFA_restore_state.
23 years ago
Alan Modra
6ece5c5268
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* po/binutils.pot: Regenerate.
23 years ago
Nathan Sidwell
6f10430691
* objdump.c (struct SFILE): Replace current pointer with pos
offset, rename size to alloc.
(objdump_sprintf): Avoid unnecessary copies in the common case
(disassemble_bytes): Keep sfile live throughout the
function. Adjust usage appropriately.
23 years ago
Ben Elliston
523f6a2717
* MAINTAINERS: Update my mail address.
23 years ago
Nick Clifton
7aa52b1f65
Honour the PRIVATE keyword
23 years ago
Andreas Schwab
af865222e0
* ar.c (main): Support POSIX-compatible argument parsing.
testsuite:
* binutils-all/ar.exp (argument_parsing): New test.
23 years ago
Nick Clifton
c7e7ca549d
(process_mips_specific): Print conflictsno as an unsigned long.
23 years ago
Christopher Faylor
eff21b8ec2
* dlltool.c (gen_exp_file): Always output names for forwarded symbols.
23 years ago
Nathan Sidwell
876f40905a
* ldgram.y (exp): Add two operand ALIGN.
* ldexp.c (fold_binary): Add ALIGN_K case.
* ld.texinfo (ALIGN): Document two operand version.
* ld-scripts/align.{s,t,exp}: New.
23 years ago
Nathan Sidwell
627fe3fb79
* binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
systems.p
23 years ago
Jakub Jelinek
2f01ffbf77
gas/
* stabs.c (generate_asm_file): Avoid warning about use of
uninitialized variable.
binutils/
* objcopy.c (copy_section): Avoid warnings.
23 years ago
Andrew Cagney
c92c35e706
Use bfd_cache_close, instead of accessing bfd->iostream directly.
23 years ago
Roland McGrath
9d2410855d
.
23 years ago
Roland McGrath
0de14b54fa
2004-01-21 Roland McGrath <roland@redhat.com>
* readelf.c (get_note_type): Match NT_AUXV.
23 years ago
Nick Clifton
d99e9f4d31
Update the copyright year
23 years ago
Maciej W. Rozycki
f8b7303064
* gettext.m4: Quote names of macros to be defined by AC_DEFUN
throughout.
* acinclude.m4: Quote names of macros to be defined by AC_DEFUN
throughout.
* aclocal.m4: Regenerate.
* configure: Regenerate.
23 years ago
Jakub Jelinek
f0312d395b
* objcopy.c: Include elf-bfd.h.
(is_strip_section): Don't strip debugging sections if
STRIP_NONDEBUG.
(setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
* objcopy.c (copy_section): Free relpp if relcount == 0.
23 years ago
Ian Lance Taylor
12d08d706b
Update copyright year.
23 years ago
Ian Lance Taylor
041821e62e
* stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
(stab_demangle_argtypes): Likewise.
(stab_demangle_v3_argtypes): New static function.
(stab_demangle_v3_arg): New static function.
23 years ago
Nick Clifton
5b8c74e64f
Fix typo in comment in previous delta
23 years ago
Nick Clifton
950d48e718
Do not produce any output if the output file will be empty
23 years ago
Nick Clifton
d9296b1825
Fix initialisation of debug_line_pointer_sizes array so that it is done as needed
23 years ago
Alan Modra
5e675b72e4
* objcopy.c (filter_bytes): Delete. Move code to..
(copy_section): ..here. Simplify size adjustment. Divide
section lma by interleave.
23 years ago
Nick Clifton
f0660b7388
Add Russian translation
23 years ago
Alan Modra
c9e214e571
Split ChangeLog files.
23 years ago
Daniel Jacobowitz
eb18fd2294
* MAINTAINERS: Rename CONFIGURE to BUILD SYSTEM and add myself.
23 years ago
Nick Clifton
0e0c409874
Update pointer_size patch
23 years ago
Maciej W. Rozycki
4087920c2b
* objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variables
to handle flags for tweaking.
(copy_options): New options: impure, pure, readonly-text,
writable-text.
(copy_usage, copy_object, command_line_switch): Handle the new
options.
* doc/binutils.texi: Document the new options.
23 years ago
Jakub Jelinek
68b3b8dc9e
* objdump.c (disassemble_bytes): Subtract rel_offset from printed
reloc address.
(disassemble_section): Set rel_offset to section->vma instead of
pinfo->buffer_vma.
23 years ago
Nick Clifton
6edf0760c5
Add support for m32r-linux target, including a RELA ABI and PIC.
23 years ago
Nick Clifton
6ea3dd37ae
Add --only-keep-debug to the --help output.
23 years ago
Kazu Hirata
b76033d904
Fia x comment typo.
23 years ago
Kazu Hirata
aaad4cf36a
* ChangeLog-9197: Fix comment typos.
* coffgrok.c: Likewise.
* filemode.c: Likewise.
* objcopy.c: Likewise.
* objdump.c: Likewise.
* prdbg.c: Likewise.
* stabs.c: Likewise.
* unwind-ia64.c: Likewise.
23 years ago
Nick Clifton
f57a841aea
Do not copy the object if the output file's format cannot be set to that of
the input file. If the input file's format is unknown, fail.
23 years ago
Nick Clifton
a46a5b5851
Add "msp" to list of expected architectures.
23 years ago
Ian Lance Taylor
9663f234c1
* cxxfilt.c (usage): Mention new -p/--no-params options.
23 years ago
Alan Modra
75aa66180a
* Makefile.am (install-exec-local): Remove common term from string
comparison.
* Makefile.in: Regenerate.
* doc/Makefile.am: Don't use $<.
* doc/Makefile.in: Regenerate.
23 years ago
Nick Clifton
195f52b5ec
Ensure that we have write permission before overwriting a file.
23 years ago
Nick Clifton
9eb20dd876
Add a comment describing the difference between readelf and objdump.
23 years ago
Danny Smith
f93464114f
* doc/binutils.texi (dlltool): Document dlltool --temp-prefix
option.
* dlltool.c (usage): Likewise.
23 years ago
Ian Lance Taylor
4e48c9dd27
* cxxfilt.c (long_options): Add --no-params.
(main): Handle -p/--no-params.
* doc/binutils.texi (c++filt): Document -p/--no-params.
23 years ago
Alan Modra
3b9ad1cc1f
* objdump.c: Wrap long lines, init vars separately from decl.
(disassemble_section): Reset require_sec after call to
find_symbol_for_address.
23 years ago
Nick Clifton
22a398e190
Add new field to disassemble_info structure: symbol_is_valid() and use it to
skip displaying arm elf mapping symbols in disassembly output.
23 years ago
Nick Clifton
e99158355d
Emit a warning when an archive is created (only shown with -v) in order to
confrom to POSIX specification.
23 years ago
Nick Clifton
5fe11841a8
Add new feature to objcopy/strip. The -w switch allows wildcards to be used
in symbol names.
23 years ago
Alan Modra
0f6cb37fa4
* objdump.c: Revert rev 1.81 commit.
23 years ago