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:
Fred Fish 1992-04-14 04:09:00 +00:00
parent 6adac399aa
commit 13b5a7ff3e
2 changed files with 543 additions and 346 deletions

View File

@ -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.

File diff suppressed because it is too large Load Diff