mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Extensive changes to replace swapin() function with target_to_host()
and fix all usages to be independent of host/target integer size mismatches. However, cross debugging will still not work until the sign extension issue is resolved either by fixing the bfd library or implementing sign extension in the gdb code.
This commit is contained in:
parent
6adac399aa
commit
13b5a7ff3e
@ -1,3 +1,13 @@
|
||||
Mon Apr 13 20:59:21 1992 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* dwarfread.c (target_to_host): New function similar to previous
|
||||
swapin function.
|
||||
* dwarfread.c (SWAPIN, swapin): Remove macro and support function.
|
||||
Extensive changes to convert all previous usages to use new
|
||||
target_to_host() function.
|
||||
* dwarfread.c (struct dieinfo): Change types of most integral
|
||||
members to be unsigned.
|
||||
|
||||
Mon Apr 13 15:59:10 1992 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
* WHATS.NEW: Revise -mapped doc.
|
||||
|
703
gdb/dwarfread.c
703
gdb/dwarfread.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user