mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
bfd/
* config.bfd (sh-*-vxworks): Define targ_underscore to "yes".
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-08-11 Richard Sandiford <richard@codesourcery.com>
|
||||||
|
|
||||||
|
* config.bfd (sh-*-vxworks): Define targ_underscore to "yes".
|
||||||
|
|
||||||
2007-08-09 Michael Snyder <msnyder@access-company.com>
|
2007-08-09 Michael Snyder <msnyder@access-company.com>
|
||||||
|
|
||||||
* aoutx.h (aout_get_external_symbols): Return if count is zero.
|
* aoutx.h (aout_get_external_symbols): Return if count is zero.
|
||||||
|
@ -1297,6 +1297,7 @@ case "${targ}" in
|
|||||||
# they're necessary for coff-sh.c (which is unconditionally used) to be
|
# they're necessary for coff-sh.c (which is unconditionally used) to be
|
||||||
# compiled correctly.
|
# compiled correctly.
|
||||||
targ_selvecs="$targ_selvecs shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
|
targ_selvecs="$targ_selvecs shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
|
||||||
|
targ_underscore=yes
|
||||||
;;
|
;;
|
||||||
sh-*-*)
|
sh-*-*)
|
||||||
targ_defvec=shcoff_vec
|
targ_defvec=shcoff_vec
|
||||||
|
Reference in New Issue
Block a user