diff options
author | Joseph Myers <joseph@codesourcery.com> | 2004-11-01 21:05:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2004-11-01 21:05:56 +0000 |
commit | 0bbc026efac8de9f64a414302cf4f1530260a703 (patch) | |
tree | d63833851727ed991c4e191ac03da885a3ebb398 /gdb/config/i386 | |
parent | 3d38a0a50c78042b15a3453d07fbd1c5486d2269 (diff) | |
download | gdb-0bbc026efac8de9f64a414302cf4f1530260a703.zip gdb-0bbc026efac8de9f64a414302cf4f1530260a703.tar.gz gdb-0bbc026efac8de9f64a414302cf4f1530260a703.tar.bz2 |
* Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
(amd64-sol2-tdep.o): Add dependencies.
* amd64-sol2-tdep.c, config/i386/sol2-64.mh,
config/i386/sol2-64.mt: New files.
* i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
(supply_gregset): Correct order of arguments to
amd64_supply_native_gregset.
(fill_gregset): Correct order of arguments to
amd64_collect_native_gregset.
* configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
* configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
* configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
for definition of NEW_PROC_API.
* configure: Regenerate.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/sol2-64.mh | 4 | ||||
-rw-r--r-- | gdb/config/i386/sol2-64.mt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/i386/sol2-64.mh b/gdb/config/i386/sol2-64.mh new file mode 100644 index 0000000..3a85a51 --- /dev/null +++ b/gdb/config/i386/sol2-64.mh @@ -0,0 +1,4 @@ +# Host: Solaris x86_64 +NATDEPFILES= fork-child.o amd64-nat.o i386v4-nat.o i386-sol2-nat.o \ + procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o gcore.o +NAT_FILE= nm-i386sol2.h diff --git a/gdb/config/i386/sol2-64.mt b/gdb/config/i386/sol2-64.mt new file mode 100644 index 0000000..ac5f3a1 --- /dev/null +++ b/gdb/config/i386/sol2-64.mt @@ -0,0 +1,3 @@ +# Target: Solaris x86_64 +TDEPFILES= i386-tdep.o i387-tdep.o amd64-tdep.o amd64-sol2-tdep.o \ + i386-sol2-tdep.o corelow.o solib.o solib-svr4.o |