| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
$@.pod.
(ar.1): Likewise.
(dlltool.1): Likewise.
(nlmconv.1): Likewise.
(nm.1): Likewise.
(objcopy.1): Likewise.
(objdump.1): Likewise.
(ranlib.1): Likewise.
(readelf.1): Likewise.
(size.1): Likewise.
(strings.1): Likewise.
(strip.1): Likewise.
(windres.1): Likewise.
(cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
($(DEMANGLER_NAME).1): Also substitute cxxfilt with
$(DEMANGLER_NAME).
(as.1): Removed.
* doc/Makefile.in: Regenerated.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
(GET_DATA): Remove.
(get_data): New function combining above macros, with an extra
test for zero size.
Use get_data, and catch error return throughout file.
|
|
|
|
|
| |
symtab == NULL with non-zero symtab_index.
(process_relocs): Don't bomb if reloc section has no symsec.
|
|
|
|
|
|
|
| |
* objcopy.c (strip_main): Revert the change made on 2001-05-30
by accident.
(copy_main): Apply the the change made to strip_main on
2001-05-30 by accident.
|
|
|
|
|
|
|
| |
parameter 'code'.
(unw_decode_x2): Likewise.
(unw_decode_x3): Likewise.
(unw_decode_x4): Likewise.
|
|
|
|
| |
* MAINTAINERS: Add myself as M88k maintainer.
|
| |
|
| |
|
|
|
|
| |
* doc/Makefile.in: Regenerated.
|
| |
|
|
|
|
| |
pass testsuite on ia64 and alpha.
|
| |
|
| |
|
|
|
|
|
| |
* readelf.ss-mips: Support stabs.
* binutils-all/readelf.ss-tmips: Likewise.
|
| |
|
| |
|
|
|
|
| |
variables, fix format strings.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* binutils-all/readelf.exp (readelf_test): Set target_machine
to tmips for traditional mips.
* binutils-all/readelf.s: Support traditional mips.
* binutils-all/readelf.ss-tmips: New for traditional mips.
|
| |
|
|
|
|
| |
* binutils-all/objdump.exp (cpus_expected): Add s390.
|
|
|
|
|
| |
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
of subdir/configure scripts to use the new libtool.m4.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(byte_get_little_endian): If BFD64, always read entire 8-byte fields.
(byte_get_big_endian): Likewise.
(parse_args) ['F']: Set do_debug_frames_interp.
(Frame_Chunk): Make data_factor signed, add fde_encoding.
(frame_display_row): Don't trunc pc_begin to int.
(size_of_encoded_value): New.
(display_debug_frames): Handle 64-bit targets. Print raw data
unless do_debug_frames_interp.
(debug_displays): Remove duplicate .debug_frame.
|
|
|
|
| |
and is used otherwise by the ABI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sections as well.
(elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
to .gnu.linkonce.t.FOO text section.
* readelf.c (process_unwind): Print all unwind sections, not just
one.
* config/tc-ia64.c (special_linkonce_name): New.
(make_unw_section): Map .gnu.linkonce.t.FOO text section into
.gnu.linkonce.ia64unw{,i}.FOO.
(ia64_elf_section_type): Handle .gnu.linkonce.ia64unw{,i}.FOO.
(dot_endp): Add comment about it.
* elf/ia64.h (ELF_STRING_ia64_unwind_once): Define.
(ELF_STRING_ia64_unwind_info_once): Define.
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
.gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
output sections.
* emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* nm.c (print_symbol_info_bsd): Use a simple printf string.
|
| |
|
| |
|
|
|
|
| |
* binutils-all/readelf.exp: Run on more ELF targets.
|
|
|
|
| |
* readelf.c (process_unwind): Just return if do_unwind is 0.
|
|
|
|
|
| |
.text, .data and .bss in stub ds*.o files to match those
generated by gas.
|
|
|
|
|
| |
* readelf.c (process_unwind): Only do unwind sections for
IA64.
|
|
|
|
|
| |
* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
* Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
| |
* binutils.texi (nm): Fix texi syntax.
2001-03-26 Andreas Jaeger <aj@suse.de>
* ld.texinfo (Overview): Fix syntax in texi code.
|
| |
|
|
|
|
|
| |
* dlltool.c (def_exports): Added ability to generate forwarded exports.
(gen_exp_file): Likewise.
|
| |
|
|
|
|
| |
to be set when the input file type is binary.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* readelf.c (decode_ARM_machine_flags): Explicitly mention which
ABI is in use; remove ambiguity between the "unknown" EABI and
unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
renamed EF_xx constants.
|
|
|
|
| |
and run "make dep-am".
|