diff options
Diffstat (limited to 'gas/subsegs.h')
-rw-r--r-- | gas/subsegs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/subsegs.h b/gas/subsegs.h index d853f45..2a95602 100644 --- a/gas/subsegs.h +++ b/gas/subsegs.h @@ -112,7 +112,7 @@ typedef struct segment_info_struct { #define seg_info(sec) \ - ((segment_info_type *) bfd_get_section_userdata (stdoutput, sec)) + ((segment_info_type *) bfd_section_userdata (sec)) extern symbolS *section_symbol (segT); |