aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-04-24 02:10:09 +0000
committerSteve Chamberlain <sac@cygnus>1993-04-24 02:10:09 +0000
commit5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2 (patch)
tree2e9d4b068829533373ca9a5ddb85e7799344ffbb /include
parentb6423cec40c4ce9c75e2fb3abfebdb885711b455 (diff)
downloadfsf-binutils-gdb-5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2.zip
fsf-binutils-gdb-5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2.tar.gz
fsf-binutils-gdb-5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2.tar.bz2
Support for the alpha
Diffstat (limited to 'include')
-rw-r--r--include/bfd.h1
-rw-r--r--include/coff/.Sanitize1
-rw-r--r--include/coff/ChangeLog10
3 files changed, 12 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h
index 5398bfd..f0feb83 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -770,6 +770,7 @@ enum bfd_architecture
#define bfd_mach_z8001 1
#define bfd_mach_z8002 2
bfd_arch_h8500, /* Hitachi H8/500 */
+ bfd_arch_alpha, /* Dec Alpha */
bfd_arch_last
};
diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize
index 2de59e2..3d6ed76 100644
--- a/include/coff/.Sanitize
+++ b/include/coff/.Sanitize
@@ -24,6 +24,7 @@ Do-first:
Things-to-keep:
ChangeLog
+alpha.h
a29k.h
ecoff-ext.h
h8300.h
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index d1007a6..71cfcc3 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,13 @@
+Fri Apr 23 18:41:23 1993 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ * alpha.h: New file.
+
+Thu Apr 8 12:36:34 1993 Ian Lance Taylor (ian@cygnus.com)
+
+ * internal.h (C_SHADOW, C_VERSION): Copied in from m88k.h.
+ * m88k.h, i386.h, we32k.h: Don't define all the storage classes;
+ they're already in internal.h.
+
Wed Apr 7 11:51:24 1993 Jim Kingdon (kingdon@cygnus.com)
* internal.h: Change n_sclass to unsigned char.