bfd_section_* macros
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index 735ecd6073546da03ae4d56bdb55e345bb6c5623..522efebfe42ed797e510b4694c2c51827f55728e 100644 (file)
@@ -7363,7 +7363,7 @@ aarch64_init_frag (fragS * fragP, int max_chars)
 
   /* PR 21809: Do not set a mapping state for debug sections
      - it just confuses other tools.  */
-  if (bfd_get_section_flags (NULL, now_seg) & SEC_DEBUGGING)
+  if (bfd_section_flags (now_seg) & SEC_DEBUGGING)
     return;
 
   switch (fragP->fr_type)
This page took 0.023205 seconds and 4 git commands to generate.