From 7ae26f2731023f088ea805a39e47d1680055f88e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 22 Jul 1998 20:44:52 +0000 Subject: [PATCH] * ieee.c (ieee_find_nearest_line): Change filename_ptr and functionname_ptr to be const. Change line_ptr to be unsigned. * coffcode.h (coff_link_output_has_begun): Simplify handling when macro is not defined. Change second parameter from bfd_link_info to coff_final_link_info. Add prototype. (coff_final_link_postscript): Simplify handling when macro is not defined. Add prototype. --- bfd/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 16099bae005..c5f951f4939 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Wed Jul 22 16:43:24 1998 Ian Lance Taylor + + * ieee.c (ieee_find_nearest_line): Change filename_ptr and + functionname_ptr to be const. Change line_ptr to be unsigned. + + * coffcode.h (coff_link_output_has_begun): Simplify handling when + macro is not defined. Change second parameter from bfd_link_info + to coff_final_link_info. Add prototype. + (coff_final_link_postscript): Simplify handling when macro is not + defined. Add prototype. + 1998-07-22 13:08 Ulrich Drepper * elf-mn10300.c: Before include system specific ELF header define -- 2.30.2