* objcopy.c (filter_bytes): New function.
authorDavid MacKenzie <djm@cygnus>
Wed, 26 Jan 1994 22:11:18 +0000 (22:11 +0000)
committerDavid MacKenzie <djm@cygnus>
Wed, 26 Jan 1994 22:11:18 +0000 (22:11 +0000)
commitf7b839f7cd992eb8f017aea438f161c2463299fe
tree92eb235a9e8b8f3afabd8da8e00a9d2e15d54fbf
parentd6d4e4c3d094eb34d807fa6d94bd04859ca003ff
* objcopy.c (filter_bytes): New function.
(copy_section): Call it.
(copy_options, copy_usage, copy_main): Add --byte option to
activate it.  Appropriate the -b option (which was an undocumented
synonym for -F) for it, also.  Add --interleave, -i option for
additional control.
(setup_section, copy_section, mangle_section): Renamed with no `s'
on the end.
* objcopy.1, binutils.texi: Document the new options.

* objdump.c (display_target_tables, display_target_list):
New functions broken out of display_info.
Eliminate some magic constants.  Use more meaningful variable names.
(dump_bfd_header): New function broken out of display_bfd.
(dump_section_header): New function broken out of dump_headers.
(remove_useless_symbols): Don't shadow global variable name with
parameter.
(objdump_print_address): Fix backward test.
binutils/ChangeLog
binutils/binutils.texi
binutils/objcopy.1
binutils/objcopy.c
binutils/objdump.c
This page took 0.025204 seconds and 4 git commands to generate.