bfd macro conversion to inline functions
[deliverable/binutils-gdb.git] / ld / emultempl / pep.em
index 6d150d211a92bb725935724c150ef5da9e5cce96..ab2a989bc59133d5c9976d39d820f559f1c16803 100644 (file)
@@ -1914,9 +1914,7 @@ gld_${EMULATION_NAME}_place_orphan (asection *s,
                && (nexts->flags & SEC_EXCLUDE) == 0
                && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
                && (nexts->owner->flags & DYNAMIC) == 0
-               && nexts->owner->usrdata != NULL
-               && !(((lang_input_statement_type *) nexts->owner->usrdata)
-                    ->flags.just_syms))
+               && !bfd_input_just_syms (nexts->owner))
              flags = (((flags ^ SEC_READONLY)
                        | (nexts->flags ^ SEC_READONLY))
                       ^ SEC_READONLY);
This page took 0.024122 seconds and 4 git commands to generate.