X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fobj.h;h=f7c1217f8ef2bcb6efc0e425619ed9aec9382d66;hb=ffce0d52cd3abb8e58cf5e6eb7e39c286443b82b;hp=71f35e81ee813b6b24970045f3ec170ae0ecff39;hpb=5110c57e8e960ab73903ff4e3e1a13fe42012a1f;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/obj.h b/gas/obj.h index 71f35e81ee..f7c1217f8e 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, 90, 91, 92, 93, 95, 96, 97, 99, 2000 + Copyright 1987, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -54,6 +54,8 @@ struct format_ops { void (*app_file) PARAMS ((const char *)); void (*frob_symbol) PARAMS ((symbolS *, int *)); void (*frob_file) PARAMS ((void)); + void (*frob_file_before_adjust) PARAMS ((void)); + void (*frob_file_before_fix) PARAMS ((void)); void (*frob_file_after_relocs) PARAMS ((void)); bfd_vma (*s_get_size) PARAMS ((symbolS *)); void (*s_set_size) PARAMS ((symbolS *, bfd_vma));