From 6771b6e23c1cd6083ad8a8f2c8e900d660a1cf44 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 6 Mar 1996 23:12:41 +0000 Subject: [PATCH] * ldemul.h (ldemul_unrecognized_file): Declare. (ldemulation_xfer_type): Add unrecognized_file field. * ldemul.c (ldemul_unrecognized_file): New function. * ldlang.c (load_symbols): If a file can not be recognized, call ldemul_unrecognized_file before trying it as a linker script. * aix.em (gld${EMULATION_NAME}_unrecognized_file): New static function. (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r". (ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file. --- ld/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 31f1b21d7b6..238e51326b7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Wed Mar 6 18:08:18 1996 Ian Lance Taylor + + * ldemul.h (ldemul_unrecognized_file): Declare. + (ldemulation_xfer_type): Add unrecognized_file field. + * ldemul.c (ldemul_unrecognized_file): New function. + * ldlang.c (load_symbols): If a file can not be recognized, call + ldemul_unrecognized_file before trying it as a linker script. + * aix.em (gld${EMULATION_NAME}_unrecognized_file): New static + function. + (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r". + (ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file. + Mon Mar 4 14:11:17 1996 Ian Lance Taylor * ldlang.c (wild): Handle foo.a(.text) by mapping each included -- 2.30.2