* objcopy.c: Include budbg.h.
authorIan Lance Taylor <ian@airs.com>
Mon, 8 Jan 1996 23:18:29 +0000 (23:18 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 8 Jan 1996 23:18:29 +0000 (23:18 +0000)
commitf5818d79ddec0f5cd55bf625e2e8602b09113947
tree2e150465428578c44c2d5ecc65f1927ee1a399cf
parent1a418120d70669361141f1de2bdb490a63df22e1
* objcopy.c: Include budbg.h.
(convert_debugging): New static variable.
(OPTION_DEBUGGING): Define.
(copy_options): Add "debugging".
(copy_usage): Mention --debugging.
(is_strip_section): Skip debugging sections if convert_debugging.
(setup_section, copy_section): Likewise.
(filter_symbols): Skip debugging symbols if convert_debugging.
(copy_object): If convert_debugging, read and write debugging
information.
(write_debugging_info): New static function.
(copy_main): Handle --debugging.
* Makefile.in (DEBUG_OBJS): New variable.
($(OBJCOPY_PROG)): Depend upon and link against $(DEBUG_OBJS).
($(STRIP_PROG)): Likewise.
(OBJDUMP_OBJS): Remove variable.
($(OBJDUMP_PROG)): Use objdump.o $(DEBUG_OBJS) rather than
$(OBJDUMP_OBJS).
* binutils.texi, objcopy.1: Document --debugging.
binutils/Makefile.in
binutils/binutils.texi
binutils/objcopy.1
binutils/objcopy.c
This page took 0.024753 seconds and 4 git commands to generate.