mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Refer to -rpath not --rpath in error message
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
|
||||||
|
|
||||||
|
* emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
|
||||||
|
in error message.
|
||||||
|
|
||||||
2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||||
|
|
||||||
* scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
|
* scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
|
||||||
|
@ -674,7 +674,7 @@ cat >>e${EMULATION_NAME}.c <<EOF
|
|||||||
if (force < 2)
|
if (force < 2)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
einfo ("%P: warning: %s, needed by %B, not found (try using --rpath)\n",
|
einfo ("%P: warning: %s, needed by %B, not found (try using -rpath or -rpath-link)\n",
|
||||||
l->name, l->by);
|
l->name, l->by);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -975,10 +975,10 @@ gld${EMULATION_NAME}_place_orphan (file, s)
|
|||||||
static struct orphan_save hold_rel;
|
static struct orphan_save hold_rel;
|
||||||
static struct orphan_save hold_interp;
|
static struct orphan_save hold_interp;
|
||||||
struct orphan_save *place;
|
struct orphan_save *place;
|
||||||
lang_statement_list_type *old;
|
lang_statement_list_type *old = NULL;
|
||||||
lang_statement_list_type add;
|
lang_statement_list_type add;
|
||||||
etree_type *address;
|
etree_type *address;
|
||||||
const char *secname, *ps;
|
const char *secname, *ps = NULL;
|
||||||
const char *outsecname;
|
const char *outsecname;
|
||||||
lang_output_section_statement_type *os;
|
lang_output_section_statement_type *os;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user