diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-14 07:07:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-14 07:07:46 +0000 |
commit | f9f093f1e89e0d5ca33644e3beb57b6b59276d89 (patch) | |
tree | 7da79d6a4a99ae53be444073ec8337345d62520a /include/coff/ecoff.h | |
parent | 8058791e8f4ecd080498bfb4afa4459656fc638e (diff) | |
download | newlib-f9f093f1e89e0d5ca33644e3beb57b6b59276d89.zip newlib-f9f093f1e89e0d5ca33644e3beb57b6b59276d89.tar.gz newlib-f9f093f1e89e0d5ca33644e3beb57b6b59276d89.tar.bz2 |
Add code to detect and either handle or issue an error message for binaries
created by the DEC ALPHA compilers.
Diffstat (limited to 'include/coff/ecoff.h')
-rw-r--r-- | include/coff/ecoff.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/coff/ecoff.h b/include/coff/ecoff.h index 4bd8a6c..d4d3fa5 100644 --- a/include/coff/ecoff.h +++ b/include/coff/ecoff.h @@ -2,7 +2,7 @@ This does not include symbol information, found in sym.h and symconst.h. - Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,6 +41,8 @@ /* Alpha magic numbers used in filehdr. */ #define ALPHA_MAGIC 0x183 #define ALPHA_MAGIC_BSD 0x185 +/* A compressed version of an ALPHA_MAGIC file created by DEC's tools. */ +#define ALPHA_MAGIC_COMPRESSED 0x188 /* Magic numbers used in a.out header. */ #define ECOFF_AOUT_OMAGIC 0407 /* not demand paged (ld -N). */ |