diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-19 19:18:23 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-19 19:18:23 +0000 |
commit | 703139a83b7bee3567ec0c5f608e586ae66c8ec6 (patch) | |
tree | 254312a156af14d97c2ace9318fd0cd1bf195ced /gas/config/obj-vms.h | |
parent | 0af608b8a11f9d8bf758d6cfd7d30538b6b70d1d (diff) | |
download | gdb-703139a83b7bee3567ec0c5f608e586ae66c8ec6.zip gdb-703139a83b7bee3567ec0c5f608e586ae66c8ec6.tar.gz gdb-703139a83b7bee3567ec0c5f608e586ae66c8ec6.tar.bz2 |
some cleanup of vms code -- sizeof usage &c
Diffstat (limited to 'gas/config/obj-vms.h')
-rw-r--r-- | gas/config/obj-vms.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/obj-vms.h b/gas/config/obj-vms.h index e1d3e63..3e2e109 100644 --- a/gas/config/obj-vms.h +++ b/gas/config/obj-vms.h @@ -129,6 +129,8 @@ typedef struct nlist obj_symbol_type; /* Symbol table entry */ /* Symbol table macros and constants */ +#define OBJ_SYMFIELD_TYPE struct VMS_Symbol * + /* * Macros to extract information from a symbol table entry. * This syntaxic indirection allows independence regarding a.out or coff. |