From effee09f856ecc81feb91290459a2cda49d20287 Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 6 Sep 1998 22:57:45 +0000 Subject: Import GNU binutils-2.9.1. This will break things for a few minutes until I've made the commits to resolve the conflicts. Submitted by: Doug Rabson --- contrib/binutils/gas/write.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/binutils/gas/write.h') diff --git a/contrib/binutils/gas/write.h b/contrib/binutils/gas/write.h index 67372e4..8fd1411 100644 --- a/contrib/binutils/gas/write.h +++ b/contrib/binutils/gas/write.h @@ -49,7 +49,7 @@ struct fix /* These small fields are grouped together for compactness of this structure, and efficiency of access on some architectures. */ - /* pc-relative offset adjust */ + /* pc-relative offset adjust (only used by m68k) */ char fx_pcrel_adjust; /* How many bytes are involved? */ @@ -165,6 +165,7 @@ extern bit_fixS *bit_fix_new long max, long add)); extern void append PARAMS ((char **charPP, char *fromP, unsigned long length)); extern void record_alignment PARAMS ((segT seg, int align)); +extern void subsegs_finish PARAMS ((void)); extern void write_object_file PARAMS ((void)); extern long relax_frag PARAMS ((fragS *, long)); extern void relax_segment -- cgit v1.1