mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* 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:
parent
38e1f0cecd
commit
37f24dc945
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user