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 96957a5..8739c26 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 055d1ae..e382662 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.  */