public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch]: complete coff/rs6000.h
@ 2011-04-28 13:43 Tristan Gingold
  2011-05-03  8:35 ` Richard Sandiford
  0 siblings, 1 reply; 7+ messages in thread
From: Tristan Gingold @ 2011-04-28 13:43 UTC (permalink / raw)
  To: binutils Development

Hi,

this patch adds a couple of fields that are in the AIX doc but not in rs6000.h

Ok for trunk ?

Tristan.

include/coff:
2011-04-28  Tristan Gingold  <gingold@adacore.com>

	* rs6000.h (union external_auxent): Add x_ftype field.
	(struct external_exceptab): New struct.
	(EXCEPTSZ): New macro.


diff --git a/include/coff/rs6000.h b/include/coff/rs6000.h
index 960dd32..f530a46 100644
--- a/include/coff/rs6000.h
+++ b/include/coff/rs6000.h
@@ -173,6 +173,8 @@ union external_auxent {
 		struct {
 			char x_zeroes[4];
 			char x_offset[4];
+			char x_pad[E_FILNMLEN - 8];
+			char x_ftype[1];
 		} x_n;
 	} x_file;
 
@@ -276,3 +278,12 @@ struct external_ldrel
 };
 
 #define LDRELSZ (2 * 4 + 2 * 2)
+
+struct external_exceptab
+{
+  bfd_byte e_addr[4];
+  bfd_byte e_lang[1];
+  bfd_byte e_reason[1];
+};
+
+#define EXCEPTSZ (4 + 2)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-04 11:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-28 13:43 [Patch]: complete coff/rs6000.h Tristan Gingold
2011-05-03  8:35 ` Richard Sandiford
2011-05-03  9:45   ` Tristan Gingold
2011-05-03 13:07     ` Richard Sandiford
2011-05-04  7:17       ` Tristan Gingold
2011-05-04  9:40         ` Richard Sandiford
2011-05-04 11:05           ` Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).