diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b4d386d..b50a534 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2004-06-24 Alan Modra <amodra@bigpond.net.au> + + * objcopy.c (copy_section): Don't set _cooked_size. + 2004-06-22 Alan Modra <amodra@bigpond.net.au> * readelf.c (Elf32_Word): Delete. @@ -32,7 +36,7 @@ (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section. Remove tag counting code as it is no longer needed. (process_dynamic_segment): Rename to process_dynamic_section. - + 2004-06-15 Alan Modra <amodra@bigpond.net.au> * objcopy.c (copy_section): Use bfd_get_section_size instead of @@ -56,7 +60,7 @@ 2004-05-17 David Heine <dlheine@tensilica.com> - * objcopy.c (setup_bfd_headers): New function. + * objcopy.c (setup_bfd_headers): New function. (copy_object): Call setup_bfd_headers. 2004-05-13 Paul Brook <paul@codesourcery.com> @@ -250,8 +254,8 @@ * objcopy.c (copy_object): Make the function boolean, returning FALSE upon failure. - (copy_archive): Handle the return value from copy_object. - (copy_file): Likewise. + (copy_archive): Handle the return value from copy_object. + (copy_file): Likewise. 2004-01-07 Nick Clifton <nickc@redhat.com> @@ -259,14 +263,14 @@ section. (get_debug_line_pointer_sizes): New function: Initialises the debug_line_pointer_sizes array. - (display_debug_lines): Call get_debug_line_pointer_sizes. - (display_debug_loc): Likewise. - (load_debug_loc): Use find_section. - (load_debug_str): Likewise. - (display_debug_info): Likewise. - (prescan_debug_info): Delete. - (debug_displays): Remove prescan field. - (process_section_contents): Do not perform prescans. + (display_debug_lines): Call get_debug_line_pointer_sizes. + (display_debug_loc): Likewise. + (load_debug_loc): Use find_section. + (load_debug_str): Likewise. + (display_debug_info): Likewise. + (prescan_debug_info): Delete. + (debug_displays): Remove prescan field. + (process_section_contents): Do not perform prescans. 2004-01-03 Alan Modra <amodra@bigpond.net.au> |