aboutsummaryrefslogtreecommitdiff
path: root/include/coff
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-08-25 22:23:20 +0000
committerSteve Chamberlain <sac@cygnus>1992-08-25 22:23:20 +0000
commit1f0c772a898e1137d1c2f5b345d2468652cfa6ce (patch)
tree85b7432ffd908e59e27a96d3577f005e1b94cab6 /include/coff
parentab737e518da3aa6f05c0ca2de40d9a6d81783643 (diff)
downloadgdb-1f0c772a898e1137d1c2f5b345d2468652cfa6ce.zip
gdb-1f0c772a898e1137d1c2f5b345d2468652cfa6ce.tar.gz
gdb-1f0c772a898e1137d1c2f5b345d2468652cfa6ce.tar.bz2
* internal.h: added #define for STYP_LIT, removed from a29k and
h8300.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/a29k.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/coff/a29k.h b/include/coff/a29k.h
index 8042d51..0bad749 100644
--- a/include/coff/a29k.h
+++ b/include/coff/a29k.h
@@ -126,7 +126,6 @@ struct external_scnhdr
#define STYP_BSSREG 0x1200 /* Global register area (like STYP_INFO) */
#define STYP_ENVIR 0x2200 /* Environment (like STYP_INFO) */
#define STYP_ABS 0x4000 /* Absolute (allocated, not reloc, loaded) */
-#define STYP_LIT 0x8020 /* Literal data (like STYP_TEXT) */
/*--------------------------------------------------------------*/