1999-05-03 09:29:11 +02:00
|
|
|
|
-*- text -*-
|
2010-01-11 15:45:42 +01:00
|
|
|
|
|
2010-11-05 09:33:51 +01:00
|
|
|
|
Changes in 2.21:
|
|
|
|
|
|
|
|
|
|
|
2010-09-10 14:11:28 +02:00
|
|
|
|
* Add --interleave-width option to objcopy to allowing copying a range of
|
|
|
|
|
bytes from the input to the output with the --interleave option.
|
|
|
|
|
|
bfd:
* Makefile.am (ALL_MACHINES): Add cpu-tic6x.lo.
(ALL_MACHINES_CFILES): Add cpu-tic6x.c.
(BFD32_BACKENDS): Add elf32-tic6x.lo.
(BFD32_BACKENDS_CFILES): Add elf32-tic6x.c.
* Makefile.in: Regenerate.
* archures.c (bfd_arch_tic6x, bfd_tic6x_arch): New.
(bfd_archures_list): Update.
* config.bfd (tic6x-*-elf): New.
* configure.in (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec):
New.
* configure: Regenerate.
* cpu-tic6x.c, elf32-tic6x.c: New.
* reloc.c (BFD_RELOC_C6000_PCR_S21, BFD_RELOC_C6000_PCR_S12,
BFD_RELOC_C6000_PCR_S10, BFD_RELOC_C6000_PCR_S7,
BFD_RELOC_C6000_ABS_S16, BFD_RELOC_C6000_ABS_L16,
BFD_RELOC_C6000_ABS_H16, BFD_RELOC_C6000_SBR_U15_B,
BFD_RELOC_C6000_SBR_U15_H, BFD_RELOC_C6000_SBR_U15_W,
BFD_RELOC_C6000_SBR_S16, BFD_RELOC_C6000_SBR_L16_B,
BFD_RELOC_C6000_SBR_L16_H, BFD_RELOC_C6000_SBR_L16_W,
BFD_RELOC_C6000_SBR_H16_B, BFD_RELOC_C6000_SBR_H16_H,
BFD_RELOC_C6000_SBR_H16_W, BFD_RELOC_C6000_SBR_GOT_U15_W,
BFD_RELOC_C6000_SBR_GOT_L16_W, BFD_RELOC_C6000_SBR_GOT_H16_W,
BFD_RELOC_C6000_DSBT_INDEX, BFD_RELOC_C6000_PREL31,
BFD_RELOC_C6000_COPY, BFD_RELOC_C6000_ALIGN,
BFD_RELOC_C6000_FPHEAD, BFD_RELOC_C6000_NOCMP): New.
* targets.c (bfd_elf32_tic6x_be_vec, bfd_elf32_tic6x_le_vec): New.
(_bfd_target_vector): Update.
* bfd-in2.h, libbfd.h: Regenerate.
binutils:
* MAINTAINERS: Add self as TI C6X maintainer.
* NEWS: Add news entry for TI C6X support.
* readelf.c: Include elf/tic6x.h.
(guess_is_rela): Handle EM_TI_C6000.
(dump_relocations): Likewise.
(get_tic6x_dynamic_type): New.
(get_dynamic_type): Call it.
(get_machine_flags): Handle EF_C6000_REL.
(get_osabi_name): Handle machine-specific values only for relevant
machines. Handle C6X values.
(get_tic6x_segment_type): New.
(get_segment_type): Call it.
(get_tic6x_section_type_name): New.
(get_section_type_name): Call it.
(is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
EM_TI_C6000.
gas:
* Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
(TARGET_CPU_HFILES): Add config/tc-tic6x.h.
* Makefile.in: Regenerate.
* NEWS: Add news entry for TI C6X support.
* app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
operands if TC_KEEP_OPERAND_SPACES.
* configure.tgt (tic6x-*-*): New.
* config/tc-ia64.h (TC_PREDICATE_START_CHAR,
TC_PREDICATE_END_CHAR): Define.
* config/tc-tic6x.c, config/tc-tic6x.h: New.
* doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
* doc/Makefile.in: Regenerate.
* doc/all.texi (TIC6X): Define.
* doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
* doc/c-tic6x.texi: New.
gas/testsuite:
* gas/tic6x: New directory and testcases.
include:
* dis-asm.h (print_insn_tic6x): Declare.
include/elf:
* common.h (ELFOSABI_C6000_ELFABI, ELFOSABI_C6000_LINUX): Define.
* tic6x.h: New.
include/opcode:
* tic6x-control-registers.h, tic6x-insn-formats.h,
tic6x-opcode-table.h, tic6x.h: New.
ld:
* Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
eelf32_tic6x_le.o.
(eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
* NEWS: Add news entry for TI C6X support.
* configure.tgt (tic6x-*-*): New.
* emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.
ld/testsuite:
* ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
* ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
* ld-tic6x: New directory and testcases.
opcodes:
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c.
* Makefile.in: Regenerate.
* configure.in (bfd_tic6x_arch): New.
* configure: Regenerate.
* disassemble.c (ARCH_tic6x): Define if ARCH_all.
(disassembler): Handle TI C6X.
* tic6x-dis.c: New.
2010-03-25 22:12:36 +01:00
|
|
|
|
* Add support for the TMS320C6000 (TI C6X) processor family.
|
|
|
|
|
|
2010-03-02 17:44:34 +01:00
|
|
|
|
* Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using
|
|
|
|
|
the -u / --unwind option.
|
|
|
|
|
|
2010-01-11 15:45:42 +01:00
|
|
|
|
* Add --dyn-syms to readelf to dump dynamic symbol table.
|
|
|
|
|
|
2010-01-11 13:40:45 +01:00
|
|
|
|
* A new tool - elfedit - has been added to directly manipulate ELF format
|
|
|
|
|
binaries.
|
2009-09-04 10:23:49 +02:00
|
|
|
|
|
2009-10-23 16:53:57 +02:00
|
|
|
|
* Add to dlltool .def file feature of aliasing PE internal symbol name by
|
|
|
|
|
'== <ID>' option.
|
|
|
|
|
|
2009-12-09 13:58:23 +01:00
|
|
|
|
* Add a new command line option -a / --addresses to addr2line to display the
|
|
|
|
|
address before function name or source filename.
|
|
|
|
|
|
2009-12-10 17:12:33 +01:00
|
|
|
|
* Add a new command line option -p / --pretty-print to addr2line to have
|
|
|
|
|
a more human readable output.
|
|
|
|
|
|
2010-09-09 12:46:33 +02:00
|
|
|
|
* The hppa/som targets can now be compiled on any host.
|
|
|
|
|
|
2009-09-04 10:23:49 +02:00
|
|
|
|
Changes in 2.20:
|
|
|
|
|
|
2009-09-04 03:22:19 +02:00
|
|
|
|
* Add support for delay importing to dlltool. Use the --output-delaylib <file>
|
|
|
|
|
switch to create a delay-import library. The resulting app will load the dll
|
|
|
|
|
as soon as the first function is called. It will link to __delayLoadHelper2()
|
|
|
|
|
from the static delayimp library, which will import LoadLibraryA and
|
|
|
|
|
GetProcAddress from kernel32.
|
|
|
|
|
|
2009-07-20 15:40:48 +02:00
|
|
|
|
* Add a new command line option, --insn-width=WIDTH, to objdump to specify
|
2009-09-04 03:22:19 +02:00
|
|
|
|
number of bytes to be displayed on a single line when disassembling
|
|
|
|
|
instructions.
|
2009-07-20 15:40:48 +02:00
|
|
|
|
|
2009-06-24 12:37:35 +02:00
|
|
|
|
* Readelf can now display the relocated contents of a section as a sequence
|
|
|
|
|
of bytes via the --relocated-dump=<name|number> command line option.
|
|
|
|
|
|
2009-06-12 17:33:30 +02:00
|
|
|
|
* The gprof program has been given a new command line option:
|
|
|
|
|
--external-symbols-table=<filename> which reads in symbols from a specified
|
|
|
|
|
file.
|
2008-09-08 10:56:57 +02:00
|
|
|
|
|
2009-05-26 16:12:03 +02:00
|
|
|
|
* The plugin target has been added to bfd. It can load the same shared objects
|
|
|
|
|
used by gold and uses them to provide basic support for new file formats.
|
|
|
|
|
|
2009-04-30 06:36:49 +02:00
|
|
|
|
* The verilog memory hex dump file format is now supported as an output format
|
|
|
|
|
for objcopy.
|
2009-04-27 16:27:36 +02:00
|
|
|
|
|
bfd/
2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/10074
* coffcode.h (bfd_pei_p): New.
* config.bfd: Remove bfd_efi_bsdrv_ia32_vec,
bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and
bfd_efi_rtdrv_ia64_vec. Replace bfd_efi_app_ia32_vec,
bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with
i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively.
* configure.in: Remove bfd_efi_bsdrv_ia32_vec,
bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
bfd_efi_rtdrv_x86_64_vec,
bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec. Replace
bfd_efi_ia64_vec with bfd_pei_ia64_vec.
* targets.c: Likewise.
* configure: Regenerated.
* libcoff.h: Likewise.
* Makefile.in: Likewise.
* efi-app-ia32.c: Removed.
* efi-app-x86_64.c: Likewise.
* efi-bsdrv-ia32.c: Likewise.
* efi-bsdrv-ia64.c: Likewise.
* efi-bsdrv-x86_64.c: Likewise.
* efi-rtdrv-ia32.c: Likewise.
* efi-rtdrv-ia64.c: Likewise.
* efi-rtdrv-x86_64.c: Likewise.
* efi-rtdrv-ia32.c: Likewise.
* efi-app-ia64.c: Moved to ...
* pei-ia64.c: This.
(TARGET_SYM): Set to bfd_pei_ia64_vec.
(TARGET_NAME): Set to pei-ia64.
* libpei.h (bfd_target_pei_p): Removed.
(bfd_target_pei_arch): Likewise.
(bfd_target_efi_app_p): Likewise.
(bfd_target_efi_app_arch): Likewise.
(bfd_target_efi_bsdrv_p): Likewise.
(bfd_target_efi_bsdrv_arch): Likewise.
(bfd_target_efi_rtdrv_p): Likewise.
(bfd_target_efi_rtdrv_arch): Likewise.
(bfd_pe_executable_p): Likewise.
* Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo,
efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo.
(BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c
and efi-rtdrv-ia32.c.
(BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo,
efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and
efi-rtdrv-x86_64.lo. Add pei-ia64.lo.
(BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c,
efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and
efi-rtdrv-x86_64.c. Add pei-ia64.c.
(efi-app-ia64.lo): Removed.
(efi-bsdrv-ia32.lo): Likewise.
(efi-rtdrv-ia32.lo): Likewise.
(efi-app-ia64.lo): Likewise.
(efi-bsdrv-ia64.lo): Likewise.
(efi-rtdrv-ia64.lo): Likewise.
(efi-app-x86_64.lo): Likewise.
(efi-bsdrv-x86_64.lo): Likewise.
(efi-rtdrv-x86_64.lo): Likewise.
(pei-ia64.lo): New.
* peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p
with bfd_pei_p.
(arch_type): Removed.
(pe_arch): Likewise.
(pe_bfd_object_p): Just return coff_object_p.
* peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace
bfd_pe_executable_p with bfd_pei_p.
binutils/
2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/10074
* objcopy.c: Include coff/i386.h and coff/pe.h.
(pe_file_alignment): New.
(pe_heap_commit): Likewise.
(pe_heap_reserve): Likewise.
(pe_image_base): Likewise.
(pe_section_alignment): Likewise.
(pe_stack_commit): Likewise.
(pe_stack_reserve): Likewise.
(pe_subsystem): Likewise.
(pe_major_subsystem_version): Likewise.
(pe_minor_subsystem_version): Likewise.
(set_pe_subsystem): Likewise.
(convert_efi_target): Likewise.
(command_line_switch): Add OPTION_FILE_ALIGNMENT,
OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
OPTION_STACK and OPTION_SUBSYSTEM.
(copy_options): Likewise.
(copy_usage): Add --file-alignment, --heap, --image-base,
--section-alignment, --stack and --subsystem.
(copy_object): Set up PE parameters.
(copy_main): Process Add OPTION_FILE_ALIGNMENT,
OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
PEI target.
* NEWS: Mention --file-alignment, --heap, --image-base,
--section-alignment, --stack and --subsystem command line
options for objcopy.
* doc/binutils.texi: Document --file-alignment, --heap,
--image-base, --section-alignment, --stack and --subsystem
command line options for objcopy.
2009-04-17 15:46:18 +02:00
|
|
|
|
* Add --file-alignment, --heap, --image-base, --section-alignment,
|
|
|
|
|
--stack and --subsystem command line options to objcopy, which will
|
|
|
|
|
set PE optional header.
|
|
|
|
|
|
2009-02-09 10:14:15 +01:00
|
|
|
|
* Option --dwarf/-W of objdump is now as flexible as readelf --debug-dump/-w.
|
|
|
|
|
|
|
|
|
|
* --as-needed now links in a dynamic library if it satisfies undefined
|
|
|
|
|
symbols in regular objects, or in other dynamic libraries. In the
|
|
|
|
|
latter case the library is not linked if it is found in a DT_NEEDED
|
|
|
|
|
entry of one of the libraries already linked.
|
|
|
|
|
|
2009-02-03 16:48:50 +01:00
|
|
|
|
* Added --prefix=PREFIX and --prefix-strip=LEVEL switches to objdump to
|
2009-02-03 16:56:59 +01:00
|
|
|
|
add absolute paths for -S.
|
2009-02-03 16:48:50 +01:00
|
|
|
|
|
2009-01-08 14:29:14 +01:00
|
|
|
|
* Add new option --use-nul-prefixed-import-tables to dlltool to allow fall-
|
|
|
|
|
back to old import table generation with null element prefix.
|
|
|
|
|
|
2009-01-13 10:23:51 +01:00
|
|
|
|
* Added --identify-strict switch to cause --identify <implib> to
|
|
|
|
|
report an error when the import library is associated with
|
|
|
|
|
multiple DLLs.
|
|
|
|
|
|
|
|
|
|
* Added --identify <implib> option to dlltool, which determines the
|
|
|
|
|
name of the DLL associated with the specified <implib>.
|
|
|
|
|
|
2008-12-04 11:29:16 +01:00
|
|
|
|
* Support for PowerPC booke64 instructions has been removed. The assembler no
|
|
|
|
|
longer accepts -mbooke32 or -mbooke64 and the disassembler no longer accepts
|
|
|
|
|
-Mbooke32 or -Mbooke64. Instead, -mbooke and -Mbooke should be used.
|
|
|
|
|
|
2008-09-08 10:56:57 +02:00
|
|
|
|
Changes in 2.19:
|
|
|
|
|
|
2008-04-11 11:04:17 +02:00
|
|
|
|
* Added -wL switch to dump decoded contents of .debug_line.
|
|
|
|
|
|
2008-03-28 07:49:44 +01:00
|
|
|
|
* Added support for "thin" archives which contain pathnames pointing to
|
|
|
|
|
object files rather than the files themselves and which contain a
|
|
|
|
|
flattened symbol index for all objects, and archives, which have been
|
|
|
|
|
added to the archive.
|
|
|
|
|
|
2008-02-22 10:42:58 +01:00
|
|
|
|
* Added -F switch to objdump to include file offsets in the disassembly.
|
|
|
|
|
|
2007-09-17 18:09:24 +02:00
|
|
|
|
* Added -c switch to readelf to allow string dumps of archive symbol index.
|
|
|
|
|
|
2007-09-14 20:21:09 +02:00
|
|
|
|
* Support for SSE5 has been added to the i386 port.
|
|
|
|
|
|
2007-08-30 15:47:35 +02:00
|
|
|
|
* Added -p switch to readelf to allow string dumps of sections.
|
|
|
|
|
|
2007-08-13 03:56:12 +02:00
|
|
|
|
Changes in 2.18:
|
2008-02-22 10:42:58 +01:00
|
|
|
|
|
2007-08-28 13:56:08 +02:00
|
|
|
|
* Resolved 37 coding problems in bfd including static array overruns, null
|
|
|
|
|
pointer dereferences and use of a malloc buffer after it has been freed, as
|
|
|
|
|
revealed by static analysis donated by Coverity, Inc. (http://scan.coverity.com).
|
2002-07-18 13:11:13 +02:00
|
|
|
|
|
2007-07-05 18:54:46 +02:00
|
|
|
|
* The binutils sources are now released under version 3 of the GNU General
|
|
|
|
|
Public License.
|
|
|
|
|
|
2007-06-19 15:24:33 +02:00
|
|
|
|
* A new tool "windmc" has been added for some targets. This is a message
|
|
|
|
|
compiler which attempts to be compatible with the MS version.
|
|
|
|
|
|
|
|
|
|
* Add codepage support to the windres tool. It now supports many new
|
|
|
|
|
resource types (e.g. MANIFEST, TOOLBAR, etc). The output generation
|
|
|
|
|
for binary files is done now via bfd itself. The endianess problems
|
|
|
|
|
for different hosts are solved. Dumps of .res files can now be
|
|
|
|
|
re-compiled by windres without lossing resources or compilation errors.
|
|
|
|
|
Some problems on dialog resource translations are corrected.
|
2007-06-18 17:30:33 +02:00
|
|
|
|
|
2007-03-01 17:39:42 +01:00
|
|
|
|
* Add --extract-symbol command line option to objcopy, which will
|
|
|
|
|
strip everything out of an ordinary object file or executable except
|
|
|
|
|
for its symbol table. Files containing just symbols can be useful
|
|
|
|
|
to some OSes.
|
|
|
|
|
|
2007-07-05 18:54:46 +02:00
|
|
|
|
Changes in 2.17:
|
|
|
|
|
|
2005-11-14 16:00:30 +01:00
|
|
|
|
* Add "-x NAME" to readelf in addition to "-x NUMBER".
|
|
|
|
|
|
2005-10-04 13:03:38 +02:00
|
|
|
|
* Add -i and -t switches to cxxfilt. -i disables the display of implementation
|
|
|
|
|
specific extra demangling information (if any) and -t disables the demangling
|
|
|
|
|
of types.
|
|
|
|
|
|
|
|
|
|
* Add support for the "@<file>" syntax to the command lines of all tools, so
|
|
|
|
|
that extra switches can be read from <file>.
|
|
|
|
|
|
2005-10-03 16:40:19 +02:00
|
|
|
|
* Add "-W/--dwarf" to objdump to display the contents of the DWARF
|
2005-10-04 13:03:38 +02:00
|
|
|
|
debug sections.
|
2005-10-03 16:40:19 +02:00
|
|
|
|
|
2005-08-11 15:14:29 +02:00
|
|
|
|
* Add "-t/--section-details" to readelf to display section details.
|
2005-10-04 13:03:38 +02:00
|
|
|
|
"-N/--full-section-name" is deprecated.
|
2005-08-11 15:14:29 +02:00
|
|
|
|
|
2005-06-06 08:53:07 +02:00
|
|
|
|
* powerpc-linux ld now supports a variant form of PLT and GOT for the security
|
|
|
|
|
conscious. This form will automatically be chosen when ld detects that all
|
|
|
|
|
code in regular object files was generated by gcc -msecure-plt. The old PLT
|
|
|
|
|
and GOT may be forced by a new ld option, --bss-plt.
|
|
|
|
|
|
2005-05-23 19:45:42 +02:00
|
|
|
|
* Add "-i/--inlines" to addr2line to print enclosing scope information
|
|
|
|
|
for inlined function chains, back to first non-inlined function.
|
|
|
|
|
|
2005-04-01 17:09:43 +02:00
|
|
|
|
* Add "-N/--full-section-name" to readelf to display full section name.
|
|
|
|
|
|
2005-03-29 18:13:48 +02:00
|
|
|
|
* Add "-M entry:<addr>" switch to objdump to specify a function entry address
|
|
|
|
|
when disassembling VAX binaries.
|
|
|
|
|
|
2005-03-15 18:45:19 +01:00
|
|
|
|
* Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches
|
|
|
|
|
to objcopy to convert local symbols into global symbols.
|
2007-04-10 10:01:13 +02:00
|
|
|
|
|
|
|
|
|
* gprof now allows input files to have histogram records for
|
|
|
|
|
several memory ranges, provided those ranges are disjoint.
|
2005-03-15 18:45:19 +01:00
|
|
|
|
|
|
|
|
|
Changes in 2.16:
|
|
|
|
|
|
2005-06-06 08:53:07 +02:00
|
|
|
|
* Add "-g/--section-groups" to readelf to display section groups.
|
2005-04-01 17:09:43 +02:00
|
|
|
|
|
2004-12-16 14:16:33 +01:00
|
|
|
|
* objcopy recognizes two new options --strip-unneeded-symbol and
|
|
|
|
|
--strip-unneeded-symbols, namely for use together with the wildcard
|
|
|
|
|
matching the original --strip-symbol/--strip-symbols provided, but
|
|
|
|
|
retaining any symbols matching but needed by relocations.
|
|
|
|
|
|
2004-11-03 11:44:45 +01:00
|
|
|
|
* readelf can now display address ranges from .debug_range sections. This
|
|
|
|
|
happens automatically when a DW_AT_range attribute is encountered. The
|
|
|
|
|
command line switch --debug-dump=Ranges (or -wR) can also be used to display
|
|
|
|
|
the contents of the .debug_range section.
|
|
|
|
|
|
2004-10-08 16:54:04 +02:00
|
|
|
|
* nm and objdump now have a switch "--special-syms" to enable the displaying of
|
|
|
|
|
symbols which the target considers to be special. By default these symbols
|
|
|
|
|
are no longer displayed. Currently the only special symbols are the Mapping
|
|
|
|
|
symbols used by the ARM port to mark transitions between text and data and
|
|
|
|
|
between ARM and THUMB code.
|
|
|
|
|
|
2004-07-12 19:07:55 +02:00
|
|
|
|
* dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional
|
|
|
|
|
import and export symbols with <preifx> prepended to them.
|
|
|
|
|
|
|
|
|
|
Changes in 2.15:
|
|
|
|
|
|
2005-01-20 00:35:26 +01:00
|
|
|
|
* objcopy for MIPS targets now accepts "-M no-aliases" as an option to the
|
2005-01-20 00:43:00 +01:00
|
|
|
|
disassembler to print the "raw" mips instruction mnemonic instead of some
|
2005-01-20 00:35:26 +01:00
|
|
|
|
pseudo instruction name. I.E. print "daddu" or "or" instead of "move",
|
|
|
|
|
"sll" instead of "nop", etc.
|
|
|
|
|
|
2003-11-11 18:50:26 +01:00
|
|
|
|
* objcopy and strip can now take wildcard patterns in symbol names specified on
|
|
|
|
|
the command line provided that the --wildcard switch is used to enable them.
|
|
|
|
|
|
2003-08-11 11:15:55 +02:00
|
|
|
|
* readelf can now parse archives.
|
|
|
|
|
|
2003-07-22 15:33:32 +02:00
|
|
|
|
* objdump now accepts --debugging-tags to print the debug information in a
|
|
|
|
|
format compatible with ctags tool.
|
|
|
|
|
|
2003-06-26 10:14:10 +02:00
|
|
|
|
* objcopy and strip now accept --only-keep-debug to create a file containing
|
|
|
|
|
those sections that would be stripped out by --strip-debug. The idea is that
|
|
|
|
|
this can be used in conjunction with the --add-gnu-debuglink switch to create
|
|
|
|
|
a two part program distribution - one a stripped executable and the other the
|
|
|
|
|
debugging info.
|
|
|
|
|
|
2003-06-12 09:23:31 +02:00
|
|
|
|
* objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
|
|
|
|
|
section into a (presumably stripped) executable. This allows the debug
|
2003-10-27 14:20:32 +01:00
|
|
|
|
information for the file to be held in a separate file.
|
2003-06-12 09:23:31 +02:00
|
|
|
|
|
2003-06-03 19:45:49 +02:00
|
|
|
|
* BFD marks the sections .comment and .note as 'n' in the BSD/POSIX
|
|
|
|
|
single-character representation. This can be checked by running nm
|
|
|
|
|
with the -a switch.
|
|
|
|
|
|
2003-09-30 18:44:04 +02:00
|
|
|
|
Changes in 2.14:
|
|
|
|
|
|
2003-03-24 17:11:46 +01:00
|
|
|
|
* Added --info switch to objcopy and strip.
|
|
|
|
|
|
2003-01-04 03:13:46 +01:00
|
|
|
|
* Support for Vitesse IQ2000 added by Red Hat.
|
|
|
|
|
|
2002-12-23 11:37:38 +01:00
|
|
|
|
* Added 'S' encoding to strings to allow the display of 8-bit characters.
|
|
|
|
|
|
2002-12-13 14:19:44 +01:00
|
|
|
|
* Added --prefix-symbols=<text>, --prefix-sections=<text> and
|
|
|
|
|
--prefix-alloc-sections=<text> to objcopy.
|
|
|
|
|
|
2002-12-10 18:48:27 +01:00
|
|
|
|
* readelf can handle the extensions to the DWARF2 spec used by the Unified
|
|
|
|
|
Parallel C compiler.
|
|
|
|
|
|
2002-12-08 04:38:03 +01:00
|
|
|
|
* BFD no longer declares a "boolean" type, to avoid clashes with other
|
|
|
|
|
headers that declare the same. Users of BFD should replace boolean,
|
|
|
|
|
false and true, with int, 0 and 1, or define their own boolean type.
|
|
|
|
|
|
2002-07-18 13:11:13 +02:00
|
|
|
|
* Support for IP2K added by Denis Chertykov.
|
|
|
|
|
|
2002-07-16 09:58:34 +02:00
|
|
|
|
Changes in 2.13:
|
|
|
|
|
|
|
|
|
|
* Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400
|
|
|
|
|
and FR500 included.
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
2002-02-20 11:46:54 +01:00
|
|
|
|
Changes in version 2.12:
|
|
|
|
|
|
2002-02-15 05:04:03 +01:00
|
|
|
|
* Support for Don Knuth's MMIX, by Hans-Peter Nilsson.
|
|
|
|
|
|
2002-01-25 16:37:04 +01:00
|
|
|
|
* size: Add --totals to display summary of sizes (Berkeley format only).
|
|
|
|
|
|
2001-09-25 18:44:19 +02:00
|
|
|
|
* readelf: Add --wide option to not break section header or segment listing
|
|
|
|
|
lines to fit into 80 columns.
|
|
|
|
|
|
2001-09-14 13:32:25 +02:00
|
|
|
|
* strings: Add --encoding to display wide character strings. By Markus Kuhn.
|
|
|
|
|
|
2001-07-31 15:49:39 +02:00
|
|
|
|
* objcopy: Add --rename-section to change section names.
|
|
|
|
|
|
2001-07-05 09:49:05 +02:00
|
|
|
|
* readelf: Support added for DWARF 2.1 extensions. Support added for
|
|
|
|
|
displaying the contents of .debug.macinfo sections.
|
|
|
|
|
|
2001-05-30 12:46:28 +02:00
|
|
|
|
* New command line switches added to objcopy to allow symbols to be kept as
|
|
|
|
|
global symbols, and also to specify files containing lists of such symbols.
|
|
|
|
|
by Honda Hiroki.
|
|
|
|
|
|
2001-04-27 15:34:20 +02:00
|
|
|
|
* Support for OpenRISC by Johan Rydberg.
|
|
|
|
|
|
2001-08-24 15:56:11 +02:00
|
|
|
|
* New command line switch to objcopy --alt-machine-code which creates a binary
|
|
|
|
|
with an alternate machine code if one is defined in the architecture
|
|
|
|
|
description. Only supported for ELF targets. By Alexandre Oliva.
|
|
|
|
|
|
2001-03-13 01:08:35 +01:00
|
|
|
|
* New command line switch to objcopy -B (or --binary-architecture) which sets
|
2001-06-09 04:15:49 +02:00
|
|
|
|
the architecture of the output file to the given argument. This option only
|
2001-03-13 01:08:35 +01:00
|
|
|
|
makes sense, if the input target is binary. Otherwise it is ignored.
|
|
|
|
|
By Stefan Geuken.
|
|
|
|
|
|
2001-02-19 00:33:11 +01:00
|
|
|
|
* Support for PDP-11 by Lars Brinkhoff.
|
|
|
|
|
|
2001-06-09 04:15:49 +02:00
|
|
|
|
Changes in binutils 2.11:
|
|
|
|
|
|
2000-11-25 01:21:40 +01:00
|
|
|
|
* Add support for ARM v5t and v5te architectures and Intel's XScale ARM
|
|
|
|
|
extenstions.
|
|
|
|
|
|
|
|
|
|
* Add --srec-len and --srec-forceS3 command line switch to objcopy.
|
|
|
|
|
By Luciano Gemme.
|
2002-12-08 04:38:03 +01:00
|
|
|
|
|
2000-09-14 03:47:38 +02:00
|
|
|
|
* Support for the MIPS32, by Anders Norlander.
|
|
|
|
|
|
2000-08-14 20:50:13 +02:00
|
|
|
|
* Support for the i860, by Jason Eckhardt.
|
|
|
|
|
|
2000-08-24 19:42:52 +02:00
|
|
|
|
* Support for CRIS (Axis Communications ETRAX series).
|
|
|
|
|
|
1999-05-03 09:29:11 +02:00
|
|
|
|
Changes in binutils 2.10:
|
|
|
|
|
|
2001-06-09 04:15:49 +02:00
|
|
|
|
* Support for 64-bit ELF on HPPA.
|
|
|
|
|
|
2000-02-08 19:38:13 +01:00
|
|
|
|
* New command line switch to objdump --file-start-context which shows the
|
|
|
|
|
entire file contents up to the source line first encountered for a given
|
2002-12-08 04:38:03 +01:00
|
|
|
|
file.
|
2000-02-08 19:38:13 +01:00
|
|
|
|
|
1999-06-16 04:24:36 +02:00
|
|
|
|
* New command line switch to objdump -M (or --disassembler-options) which takes
|
|
|
|
|
a parameter which can then be interpreted on a per-target basis by the
|
|
|
|
|
disassembler. Used by ARM targets to select register name sets, ISA, APCS or
|
|
|
|
|
raw verions.
|
2002-12-08 04:38:03 +01:00
|
|
|
|
|
1999-05-27 22:48:12 +02:00
|
|
|
|
* objdump support for -mi386:intel which causes disassembly to be displayed
|
|
|
|
|
with intel syntax.
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
|
|
* New program: readelf. This displays the contents of ELF format files,
|
|
|
|
|
regardless of target machine.
|
|
|
|
|
|
|
|
|
|
* objcopy now takes --change-section-lma, --change-section-vma, and
|
|
|
|
|
--change-section-address options. The old --adjust-section-vma option is
|
|
|
|
|
equivalent to --change-section-address. The other --adjust-* options are now
|
|
|
|
|
renamed to --change-*, although --adjust-* continues to work.
|
|
|
|
|
|
2000-04-05 05:43:56 +02:00
|
|
|
|
* objcopy has a --redefine-sym option that lets you rename symbols.
|
|
|
|
|
|
|
|
|
|
* objcopy now takes a -j/--only-section option to copy only the specified
|
|
|
|
|
sections.
|
|
|
|
|
|
1999-05-03 09:29:11 +02:00
|
|
|
|
* dlltool now supports the IMPORTS command.
|
|
|
|
|
|
|
|
|
|
* dlltool now takes --export-all-symbols, --no-export-all-symbols,
|
|
|
|
|
--exclude-symbols, and --no-default-excludes options.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.9:
|
|
|
|
|
|
|
|
|
|
* Added windres program, which can be used to manipulate resources in WIN32
|
|
|
|
|
files as used on Windows 95 and Windows NT.
|
|
|
|
|
|
|
|
|
|
* The objcopy --gap-fill and --pad-to options operate on the LMA rather than
|
|
|
|
|
the VMA of the sections.
|
|
|
|
|
|
|
|
|
|
* Added S modifier to ar to not build a symbol table.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.8:
|
|
|
|
|
|
|
|
|
|
* The objdump disassembly format has been changed, and hopefully improved. Use
|
|
|
|
|
the new --prefix-addresses option to get the old format. There are also new
|
|
|
|
|
--disassemble-zeroes and --no-show-raw-insn options which affect disassembler
|
|
|
|
|
output.
|
|
|
|
|
|
|
|
|
|
* Formats may now be specified as configuration triplets. For example,
|
|
|
|
|
objdump -b i386-pc-linux. The triplets are not passed through config.sub,
|
|
|
|
|
so they must be in canonical form.
|
|
|
|
|
|
|
|
|
|
* Added new addr2line program. This uses the debugging information to convert
|
|
|
|
|
an address into a file name and line number within a program.
|
|
|
|
|
|
|
|
|
|
* Added --change-leading-char argument to objcopy.
|
|
|
|
|
|
|
|
|
|
* Added --weaken argument to objcopy.
|
|
|
|
|
|
|
|
|
|
* objdump --dynamic-reloc now works on ELF executables and shared libraries.
|
|
|
|
|
|
|
|
|
|
* Added --adjust-vma option to objdump.
|
|
|
|
|
|
|
|
|
|
* Added -C/--demangle option to objdump.
|
|
|
|
|
|
|
|
|
|
* Added -p/--preserve-dates option to strip and objcopy.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.7:
|
|
|
|
|
|
|
|
|
|
* Added --enable-shared and --enable-commonbfdlib options to configure.
|
|
|
|
|
|
|
|
|
|
* Added --debugging argument to objdump and objcopy.
|
|
|
|
|
|
|
|
|
|
* Added --defined-only argument to nm.
|
|
|
|
|
|
|
|
|
|
* Added --remove-leading-char argument to objcopy.
|
|
|
|
|
|
|
|
|
|
* The objdump --line-numbers option is now meaningful with --reloc.
|
|
|
|
|
|
|
|
|
|
* Added --line-numbers option to nm.
|
|
|
|
|
|
|
|
|
|
* Added --endian/-EB/-EL option to objdump.
|
|
|
|
|
|
|
|
|
|
* Added support for Alpha OpenVMS/AXP.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.6:
|
|
|
|
|
|
|
|
|
|
* Added -N/--strip-symbol and -K/--keep-symbol arguments to strip and objcopy.
|
|
|
|
|
|
|
|
|
|
* Added several arguments to objcopy to provide some control over how the new
|
|
|
|
|
file is laid out in memory. Also added binary output format to BFD to permit
|
|
|
|
|
generating plain binary files.
|
|
|
|
|
|
|
|
|
|
* Added --start-address and --stop-address options to objdump.
|
|
|
|
|
|
|
|
|
|
* ar and ranlib now work on AIX. The tools are now built by default on AIX.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.5:
|
|
|
|
|
|
|
|
|
|
* Changed objdump -dr to dump the relocs interspersed with the assembly
|
2003-06-25 08:40:27 +02:00
|
|
|
|
listing, for a more useful listing of relocatable files.
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
|
|
* Changed objdump -d/--disassemble to only disassemble SEC_CODE sections.
|
|
|
|
|
Added -D/--disassemble-all option to disassemble all sections.
|
|
|
|
|
|
|
|
|
|
* Added --size-sort option to nm.
|
|
|
|
|
|
|
|
|
|
* strip and objcopy should now be able to handle dynamically linked ELF
|
|
|
|
|
executables.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.4:
|
|
|
|
|
|
|
|
|
|
* Support for HP-PA (by Jeff Law), i386 Mach (by David Mackenzie), RS/6000 and
|
|
|
|
|
PowerPC (except ar and ranlib; by Ian Taylor).
|
|
|
|
|
|
|
|
|
|
* Support for Irix 5.
|
|
|
|
|
|
|
|
|
|
* Programs `strip' and `objcopy' will not attempt to write dynamically linked
|
|
|
|
|
ELF output files, since BFD currently can't create them properly.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.3:
|
|
|
|
|
|
|
|
|
|
* A new --stabs argument has been added to objdump to dump stabs sections in
|
|
|
|
|
ELF and COFF files.
|
|
|
|
|
|
|
|
|
|
* A new program, nlmconv, has been added. It can convert object files into
|
|
|
|
|
Novell NetWare Loadable Modules.
|
|
|
|
|
|
|
|
|
|
* The strings program has been added.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.2:
|
|
|
|
|
|
|
|
|
|
* The 'copy' program has been renamed to 'objcopy', for consistency with
|
|
|
|
|
'objdump', and because 'copy' might more plausibly be used as a synonym for
|
|
|
|
|
'cp'.
|
|
|
|
|
|
|
|
|
|
* The new stand-alone program c++filt is a filter that converts encoded
|
|
|
|
|
(mangled) C++ assembly-level identifiers to user-level names. (Note: This
|
|
|
|
|
may get moved to the gcc distribution.)
|
|
|
|
|
|
|
|
|
|
* nm -o on an archive now prefixes each line with the archive name, matching
|
|
|
|
|
the output from BSD nm.
|
|
|
|
|
|
|
|
|
|
* ar (and ld) can now read (but not write) BSD4.4-style archives.
|
|
|
|
|
|
|
|
|
|
* New support for H8500, Z8000, and the Hitach SH.
|
|
|
|
|
|
|
|
|
|
* Dis-assembler interface changed to allow sharing with gdb.
|
|
|
|
|
|
|
|
|
|
* There is new Elf code, but it is not yet ready for general use.
|
|
|
|
|
|
|
|
|
|
* There is the beginnings of a test suite.
|
|
|
|
|
|
|
|
|
|
Changes in binutils 2.1:
|
|
|
|
|
|
|
|
|
|
* There is now support for writing ECOFF files, so ld and the other utilities
|
|
|
|
|
should work on Risc/Ultrix and Irix. Please let us know how well this works.
|
|
|
|
|
|
|
|
|
|
* ar now automatically creates a symbol table (a __.SYMDEF member, in the BSD
|
|
|
|
|
version), if there are any object files in the archive. So running ranlib is
|
|
|
|
|
now redundant (unless the non-standard q command is used). This is required
|
|
|
|
|
for Posix.2 conformance.
|
|
|
|
|
|
|
|
|
|
* The archive-reading code now reads both BSD-style and SYSV-style archives
|
|
|
|
|
independently of the selected target format. This is to encourage people to
|
|
|
|
|
switch to SYSV-format, which has a number of advantages.
|
|
|
|
|
|
|
|
|
|
* The strip and copy programs now have options to remove debug-symbols only
|
|
|
|
|
and/or local symbols only. They now also support long options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Local variables:
|
|
|
|
|
fill-column: 79
|
|
|
|
|
End:
|