Add sanitization markers.
authorCatherine Moore <clm@redhat.com>
Wed, 19 Aug 1998 16:40:22 +0000 (16:40 +0000)
committerCatherine Moore <clm@redhat.com>
Wed, 19 Aug 1998 16:40:22 +0000 (16:40 +0000)
gas/config/tc-arm.c
gas/config/tc-arm.h

index 96957a570460f8b24571b415d1ce041285b3aaae..8739c26cbc56fa5554f2033709537419f1e8b863 100644 (file)
@@ -6406,14 +6406,14 @@ arm_canonicalize_symbol_name (name)
 
   return name;
 }
-
+/* start-sanitize-armelf */
 boolean
 arm_fix_adjustable(fixP)
   fixS *fixP;
 {
   return 1;
 }
-
+/* end-sanitize-armelf */
 
 boolean
 arm_validate_fix (fixP)
index 055d1ae80fc3057c6be3507b3e23cff946b7d149..e382662ca022872f7fcca1cebcec41ea4f503832 100644 (file)
@@ -95,11 +95,15 @@ extern void arm_frob_label PARAMS ((struct symbol *));
    deliberately not been updated to mark assembler created stabs
    symbols as Thumb.  */
 
+/* start-sanitize-armelf */
 #ifdef OBJ_ELF
 #define obj_fix_adjustable(fixP) arm_fix_adjustable(fixP)
 #else
+/* end-sanitize-armelf */
 #define obj_fix_adjustable(fixP) 0
+/* start-sanitize-armelf */
 #endif
+/* end-sanitize-armelf */
 
 /* We need to keep some local information on symbols.  */
 
This page took 0.031248 seconds and 4 git commands to generate.