* Makefile.in (ALLDEPFILES): Add hpread.c.
authorJeff Law <law@redhat.com>
Fri, 19 Aug 1994 16:48:51 +0000 (16:48 +0000)
committerJeff Law <law@redhat.com>
Fri, 19 Aug 1994 16:48:51 +0000 (16:48 +0000)
commit98c0e047bdd9407ada8b5ba18f89418bb6351614
tree5c19e92f9d98edd62f0de6229f6cddcd51f80fb4
parent36d4f4d8516c9293d633ad65dadf8e2f52c7a7b1
    * Makefile.in (ALLDEPFILES): Add hpread.c.
        (hpread.o): Add dependencies.

        * somread.c: Do not include "aout/aout64.h".  SOM has nothing to
        do with a.out.
        (BYTES_IN_WORD): Delete.
        (som_symfile_read): Call hpread_build_psymtabs to build any
        minimal symbols based on the HP C native debug symbols.
        (som_symfile_finish): Call hpread_symfile_finish.
        (som_symfile_init): Call hpread_symfile_init.
        * config/pa/tm-hppa.h (HPREAD_ADJUST_STACK_ADDRESS): Define.
        * hppa-tdep.c (hpread_adjust_stack_address): New function.

        * config/pa/hppabsd.mh (NATDEPFILES): Add hpread.o
        * config/pa/hppahpux.mh (NATDEPFILES): Likewise.
        * hpread.c: New file.
gdb/.Sanitize
gdb/ChangeLog.hpread [new file with mode: 0644]
gdb/Makefile.in
gdb/config/pa/.Sanitize
gdb/config/pa/hppabsd.mh
gdb/config/pa/hppahpux.mh
gdb/hppa-tdep.c
gdb/hpread.c [new file with mode: 0644]
gdb/somread.c
This page took 0.025052 seconds and 4 git commands to generate.