summaryrefslogtreecommitdiff
path: root/gas/config/tc-score.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-03-02 10:33:08 +0000
committerNick Clifton <nickc@redhat.com>2009-03-02 10:33:08 +0000
commit8acf81371ba2e1f4e2734fb1e740f6582a6fae8c (patch)
treedc9aefaf584c77de3b4a92debff791eb4be759eb /gas/config/tc-score.h
parent969ea4a3231ef7855d77661240858f492ebc167d (diff)
downloadbinutils-redhat-8acf81371ba2e1f4e2734fb1e740f6582a6fae8c.tar.gz
Add support for Score7 architecture.
Diffstat (limited to 'gas/config/tc-score.h')
-rw-r--r--gas/config/tc-score.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h
index 1f3e0f3b24..b46ef7986c 100644
--- a/gas/config/tc-score.h
+++ b/gas/config/tc-score.h
@@ -1,6 +1,7 @@
/* tc-score.h -- Score specific file for assembler
- Copyright 2006, 2007 Free Software Foundation, Inc.
+ Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
Contributed by:
+ Brain.lin (brain.lin@sunplusct.com)
Mei Ligang (ligang@sunnorth.com.cn)
Pei-Lin Tsai (pltsai@sunplus.com)
@@ -38,7 +39,7 @@
#define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch)
extern int score_relax_frag (asection *, struct frag *, long);
-#define md_frag_check(fragp) score_frag_check (fragp)
+/* #define md_frag_check(fragp) score_frag_check (fragp) */
extern void score_frag_check (fragS *);
#define TC_VALIDATE_FIX(FIXP, SEGTYPE, SKIP) score_validate_fix (FIXP)
@@ -74,10 +75,4 @@ struct score_tc_frag_data
#define GLOBAL_OFFSET_TABLE_NAME "__GLOBAL_OFFSET_TABLE_"
#endif
-enum score_pic_level
-{
- NO_PIC,
- PIC
-};
-
#endif /*TC_SCORE */