bfd/
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 11 Aug 2007 17:31:23 +0000 (17:31 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Sat, 11 Aug 2007 17:31:23 +0000 (17:31 +0000)
* config.bfd (sh-*-vxworks): Define targ_underscore to "yes".

bfd/ChangeLog
bfd/config.bfd

index 49129e1542c3abfb678836a45d8b9df9b674d871..1dc7bf9aa6a329655cf0928f96413c984f7abcb6 100644 (file)
@@ -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>
 
        * aoutx.h (aout_get_external_symbols): Return if count is zero.
index b9a022272536332b95f39a591a4532866fb632e7..fb20ccee903074e0fc7b6f6c05a1846815fddc73 100644 (file)
@@ -1297,6 +1297,7 @@ case "${targ}" in
     # they're necessary for coff-sh.c (which is unconditionally used) to be
     # compiled correctly.
     targ_selvecs="$targ_selvecs shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
+    targ_underscore=yes
     ;;
   sh-*-*)
     targ_defvec=shcoff_vec
This page took 0.026506 seconds and 4 git commands to generate.