* xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use

x_scnlen.l rather than x_scnlen to match corresponding change in
	coff/internal.h.
This commit is contained in:
Ian Lance Taylor 1994-02-02 19:37:52 +00:00
parent 38e1f0cecd
commit 37f24dc945
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Wed Feb 2 14:35:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use
x_scnlen.l rather than x_scnlen to match corresponding change in
coff/internal.h.
Wed Feb 2 11:16:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdbtypes.h, ch-typeprint.c, ch-valprint.c:

View File

@ -1137,7 +1137,7 @@ read_xcoff_symtab (objfile, nsyms)
/* dealing with a symbol with a csect entry. */
# define CSECT(PP) ((PP)->x_csect)
# define CSECT_LEN(PP) (CSECT(PP).x_scnlen)
# define CSECT_LEN(PP) (CSECT(PP).x_scnlen.l)
# define CSECT_ALIGN(PP) (SMTYP_ALIGN(CSECT(PP).x_smtyp))
# define CSECT_SMTYP(PP) (SMTYP_SMTYP(CSECT(PP).x_smtyp))
# define CSECT_SCLAS(PP) (CSECT(PP).x_smclas)