bfd/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com> * elflink.h (elf_link_input_bfd): Call linker error_handler for discarded definitions. include/ 2003-06-03 H.J. Lu <hongjiu.lu@intel.com> * bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New. ld/ 2003-06-03 H.J. Lu <hongjiu.lu@intel.com> * ldmisc.c: Include "bfdlink.h". (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION and -LD_DEFINITION_IN_DISCARDED_SECTION. * Makefile.am: Rebuild dependency. * Makefile.in: Regenerated. ld/testsuite/ 2003-06-03 H.J. Lu <hongjiu.lu@intel.com> * ld-discard/extern.d: Updated. * ld-discard/start.d: Likewise. * ld-discard/static.d: Likewise.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2003-06-03  H.J. Lu <hongjiu.lu@intel.com> | ||||||
|  |  | ||||||
|  | 	* bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New. | ||||||
|  |  | ||||||
| 2003-05-30  Ulrich Drepper  <drepper@redhat.com> | 2003-05-30  Ulrich Drepper  <drepper@redhat.com> | ||||||
| 	    Jakub Jelinek  <jakub@redhat.com> | 	    Jakub Jelinek  <jakub@redhat.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -495,6 +495,9 @@ struct bfd_link_callbacks | |||||||
|      ld.  */ |      ld.  */ | ||||||
|   bfd_boolean (*error_handler) |   bfd_boolean (*error_handler) | ||||||
|     PARAMS ((int id, const char * fmt, ...)); |     PARAMS ((int id, const char * fmt, ...)); | ||||||
|  |  | ||||||
|  | /* Identifiers of linker error messages used by error_handler.  */ | ||||||
|  | #define LD_DEFINITION_IN_DISCARDED_SECTION	1 | ||||||
| }; | }; | ||||||
|  |  | ||||||
| /* The linker builds link_order structures which tell the code how to | /* The linker builds link_order structures which tell the code how to | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user