mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
Changed elf32_symbol_type to elf_symbol_type
This commit is contained in:
parent
72dd16ea2c
commit
538b206806
@ -1,3 +1,7 @@
|
||||
Mon Sep 6 15:01:57 1993 Jeffrey Wheat (cassidy@cygnus.com)
|
||||
|
||||
* elfread.c: change elf32_symbol_type to elf_symbol_type
|
||||
|
||||
Mon Sep 6 15:43:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* remote.c (remote_wait): Added 'W' and 'N' responses.
|
||||
|
@ -387,7 +387,7 @@ elf_symtab_read (abfd, addr, objfile)
|
||||
continue; /* Skip this symbol. */
|
||||
}
|
||||
/* Pass symbol size field in via BFD. FIXME!!! */
|
||||
size = ((elf32_symbol_type *) sym) -> internal_elf_sym.st_size;
|
||||
size = ((elf_symbol_type *) sym) -> internal_elf_sym.st_size;
|
||||
record_minimal_symbol_and_info ((char *) sym -> name, symaddr,
|
||||
ms_type, (PTR) size, objfile);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user