diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-08-22 07:06:13 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-08-22 07:06:13 +0000 |
commit | 53499500e09d7346712dde33bc0de301b9102f3b (patch) | |
tree | b35ea04b82fb2120bb8c5b275f59b35778f43787 /gas/config/obj-vms.h | |
parent | 4fc0cfa530ce9d39df1b01cf0ff4cf945c39a39a (diff) | |
download | gdb-53499500e09d7346712dde33bc0de301b9102f3b.zip gdb-53499500e09d7346712dde33bc0de301b9102f3b.tar.gz gdb-53499500e09d7346712dde33bc0de301b9102f3b.tar.bz2 |
vms changes
Diffstat (limited to 'gas/config/obj-vms.h')
-rw-r--r-- | gas/config/obj-vms.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gas/config/obj-vms.h b/gas/config/obj-vms.h index 88f7155..1105bb2 100644 --- a/gas/config/obj-vms.h +++ b/gas/config/obj-vms.h @@ -443,11 +443,13 @@ extern void vms_write_object_file PARAMS ((unsigned,unsigned,unsigned, #define DST_S_C_SET_LINUM_L 20 /* Set Line # */ #define DST_S_C_TERM_L 21 /* End of lines */ /* these are used with DST_S_C_SOURCE */ -#define DST_S_C_SRC_FORMFEED 16 /* ^L counts */ -#define DST_S_C_SRC_DECLFILE 1 /* Declare file */ -#define DST_S_C_SRC_SETFILE 2 /* Set file */ -#define DST_S_C_SRC_SETREC_L 3 /* Set record */ -#define DST_S_C_SRC_DEFLINES_W 10 /* # of line */ +#define DST_S_C_SRC_DECLFILE 1 /* Declare source file */ +#define DST_S_C_SRC_SETFILE 2 /* Set source file */ +#define DST_S_C_SRC_SETREC_L 3 /* Set record, longword value */ +#define DST_S_C_SRC_SETREC_W 4 /* Set record, word value */ +#define DST_S_C_SRC_DEFLINES_W 10 /* # of line, word counter */ +#define DST_S_C_SRC_DEFLINES_B 11 /* # of line, byte counter */ +#define DST_S_C_SRC_FORMFEED 16 /* ^L counts as a record */ /* the following are the codes for the various data types. Anything not on * the list is included under 'advanced_type' */ |