X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fsubsegs.h;h=db87ece13e44ade1cd4cf4af7360d252f8244329;hb=292c7bf86de50ad643b929a7ac5769505d54e45f;hp=9a208e2b1421103af2ff379d851e8f5c12957b9b;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=binutils-gdb.git diff --git a/gas/subsegs.h b/gas/subsegs.h index 9a208e2b142..db87ece13e4 100644 --- a/gas/subsegs.h +++ b/gas/subsegs.h @@ -1,5 +1,5 @@ /* subsegs.h -> subsegs.c - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2022 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -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);