X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Fconfig%2Ftc-score.h;fp=gas%2Fconfig%2Ftc-score.h;h=b46ef7986c048cc44138abbcde18ed4520e2f1c3;hp=1f3e0f3b2498d0fa44a070e39b5b3fc648432b5c;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h index 1f3e0f3..b46ef79 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 */