X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-score.h;h=24da6334f9c4c0b4f548633da16a272d6b075fa4;hb=d05584d3eeab4cb1c1d85d8dfdfef56827e03b3d;hp=1f3e0f3b2498d0fa44a070e39b5b3fc648432b5c;hpb=ec2655a6a75bc61d21e6f8ddc1e9f9027a8914dd;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h index 1f3e0f3b24..24da6334f9 100644 --- a/gas/config/tc-score.h +++ b/gas/config/tc-score.h @@ -1,9 +1,10 @@ /* tc-score.h -- Score specific file for assembler - Copyright 2006, 2007 Free Software Foundation, Inc. - Contributed by: + Copyright (C) 2006-2016 Free Software Foundation, Inc. + Contributed by: + Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) Pei-Lin Tsai (pltsai@sunplus.com) - + This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify @@ -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 */