Fixes for the magic number used in PDP11 AOUT binaries.
[deliverable/binutils-gdb.git] / bfd / libaout.h
index bdf917e5561536e1e811b01cd88a42f170dbf33f..61746db243a4b7f4d8de4879e07838fdf76b62b3 100644 (file)
@@ -359,7 +359,8 @@ enum aout_magic {
   undecided_magic = 0,
   z_magic,
   o_magic,
-  n_magic
+  n_magic,
+  i_magic
 };
 
 struct aoutdata
This page took 0.023832 seconds and 4 git commands to generate.