2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 30 Aug 2000 00:58:58 +0000 (00:58 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 30 Aug 2000 00:58:58 +0000 (00:58 +0000)
commit23e049712dca23855caea20f302a64039360e381
tree770a6936c7d091fff978b4c8bc6e6fe70496ef9f
parentbafda96e6e2bc73cee9ffa61d893c96a592b92b5
2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>

        * valops.c (value_cast): Indentation fix-up.
        * acconfig.h (HAVE_PRGREGSET32_T, HAVE_PRFPREGSET32_T,
        HAVE_STRUCT_LINK_MAP32): New configure macros.
        * config.in: Ditto.
        * configure.in: Test for the above new macros.
        * breakpoint.c: Update copyright date.
        * core-sol2.c: Include v9/sys/privregs.h directly to
        work around a bug in Sun's Solaris 8 header files.
        (fetch_core_registers): Use the above new configure macros to
        handle cross-debugging of 32-bit core files on a 64-bit host.
        * sol-thread.c (ps_pdmodel) New function.
        (rw_common): For debugging of 32-bit apps on a 64-bit host,
        truncate addresses to 32 bits.
        * solib.c (solib_extract_address): Functionize.  Make 32/64 aware.
        (LM_ADDR, LM_NEXT, LM_NAME): Ditto.
        (IGNORE_FIRST_LINK_MAP): Ditto.
        (first_link_map_member): Make 32/64 aware.
        (open_symbol_file_object): Ditto.
        (current_sos): Ditto.
gdb/ChangeLog
gdb/acconfig.h
gdb/breakpoint.c
gdb/config.in
gdb/configure.in
gdb/core-sol2.c
gdb/sol-thread.c
gdb/solib.c
gdb/valops.c
This page took 0.026513 seconds and 4 git commands to generate.