X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fobj.h;h=5d237075c9da39b9f6b0b222295d556ff4e6a478;hb=292c7bf86de50ad643b929a7ac5769505d54e45f;hp=725e3542da0bb14f064f4da018585d8e145d1e3f;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=binutils-gdb.git diff --git a/gas/obj.h b/gas/obj.h index 725e3542da0..5d237075c9d 100644 --- a/gas/obj.h +++ b/gas/obj.h @@ -1,7 +1,7 @@ /* obj.h - defines the object dependent hooks for all object format backends. - 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. @@ -42,7 +42,7 @@ struct format_ops { unsigned dfl_leading_underscore : 1; unsigned emit_section_symbols : 1; void (*begin) (void); - void (*app_file) (const char *, int); + void (*app_file) (const char *); void (*frob_symbol) (symbolS *, int *); void (*frob_file) (void); void (*frob_file_before_adjust) (void);