aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-08-11 17:31:23 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-08-11 17:31:23 +0000
commit2f964f43a7c8d18e8580d10ff2cbdb0c29dce97d (patch)
tree1b6eff8c4e63a78087c38a443b9e705a7d6fc70a /bfd
parent687d6395d7108065dd97404d72076c6f6c8e71ff (diff)
downloadgdb-2f964f43a7c8d18e8580d10ff2cbdb0c29dce97d.zip
gdb-2f964f43a7c8d18e8580d10ff2cbdb0c29dce97d.tar.gz
gdb-2f964f43a7c8d18e8580d10ff2cbdb0c29dce97d.tar.bz2
bfd/
* config.bfd (sh-*-vxworks): Define targ_underscore to "yes".
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 49129e1..1dc7bf9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index b9a0222..fb20cce 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -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