aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-07-02 07:35:06 +0000
committerNick Clifton <nickc@redhat.com>2012-07-02 07:35:06 +0000
commit586ec8c1d046b8f507c1df125c42ca7eba10e58e (patch)
treeabaf434a8c5a3d059c5fb4de7cebc5d983ab5d37 /gas/config
parentfb7b5af43fdfabaacde87f12a82202836383ce8d (diff)
downloadgdb-586ec8c1d046b8f507c1df125c42ca7eba10e58e.zip
gdb-586ec8c1d046b8f507c1df125c42ca7eba10e58e.tar.gz
gdb-586ec8c1d046b8f507c1df125c42ca7eba10e58e.tar.bz2
* write.c (fixup_segment): Only perform the subtraction of an
fx_subsy symbol if MD_APPLY_SYM_VALUE allows it and the symbol is properly defined. * config/tc-msp430.h (MD_APPLY_SYM_VALUE): Define.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-msp430.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-msp430.h b/gas/config/tc-msp430.h
index 2f7aea2..118b46d 100644
--- a/gas/config/tc-msp430.h
+++ b/gas/config/tc-msp430.h
@@ -73,6 +73,8 @@
and define `md_create_long_jump' to create a long jump. */
#define MD_APPLY_FIX3
+/* Values passed to md_apply_fix don't include symbol values. */
+#define MD_APPLY_SYM_VALUE(FIX) 0
#define TC_HANDLES_FX_DONE