some ns32k updates from Ian Dall
This commit is contained in:
parent
109eb06cce
commit
af0786b401
7 changed files with 47 additions and 19 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
Fri Aug 25 15:30:05 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||||
|
|
||||||
|
NS32K changes from Ian Dall:
|
||||||
|
* configure.in: Use ns32k, not ns532.
|
||||||
|
* ns532.c: Include symtab.h.
|
||||||
|
(find_call): Renamed from findcall. Print a message.
|
||||||
|
* ns532.h: Remove dummy.h comments.
|
||||||
|
|
||||||
Tue Aug 22 10:00:45 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
Tue Aug 22 10:00:45 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (install): Remove "brokensed" hack, unnecessary now
|
* Makefile.in (install): Remove "brokensed" hack, unnecessary now
|
||||||
|
|
2
gprof/configure
vendored
2
gprof/configure
vendored
|
@ -603,7 +603,7 @@ i[345]86-*-*) MY_TARGET=i386 ;;
|
||||||
sparc-*-*) MY_TARGET=sparc ;;
|
sparc-*-*) MY_TARGET=sparc ;;
|
||||||
tahoe-*-*) MY_TARGET=tahoe ;;
|
tahoe-*-*) MY_TARGET=tahoe ;;
|
||||||
vax-*-*) MY_TARGET=vax ;;
|
vax-*-*) MY_TARGET=vax ;;
|
||||||
ns532-*-*|*-pc532-*) MY_TARGET=ns532;;
|
ns32k-*-*|*-pc532-*) MY_TARGET=ns532;;
|
||||||
*-*-*) MY_TARGET=dummy ;;
|
*-*-*) MY_TARGET=dummy ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ changequote([,])dnl
|
||||||
sparc-*-*) MY_TARGET=sparc ;;
|
sparc-*-*) MY_TARGET=sparc ;;
|
||||||
tahoe-*-*) MY_TARGET=tahoe ;;
|
tahoe-*-*) MY_TARGET=tahoe ;;
|
||||||
vax-*-*) MY_TARGET=vax ;;
|
vax-*-*) MY_TARGET=vax ;;
|
||||||
ns532-*-*|*-pc532-*) MY_TARGET=ns532;;
|
ns32k-*-*) MY_TARGET=ns532;;
|
||||||
*-*-*) MY_TARGET=dummy ;;
|
*-*-*) MY_TARGET=dummy ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "symtab.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* dummy.c -- This file should be used for an unsupported processor type.
|
* dummy.c -- This file should be used for an unsupported processor type.
|
||||||
* It does nothing, but prevents findcall() from being unresolved.
|
* It does nothing, but prevents findcall() from being unresolved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
findcall (parentp, p_lowpc, p_highpc)
|
void
|
||||||
nltype *parentp;
|
find_call (parent, p_lowpc, p_highpc)
|
||||||
unsigned long p_lowpc;
|
Sym *parent;
|
||||||
unsigned long p_highpc;
|
bfd_vma p_lowpc;
|
||||||
|
bfd_vma p_highpc;
|
||||||
{
|
{
|
||||||
|
fprintf (stderr, "%s: -c supported on this machine architecture\n",
|
||||||
|
whoami);
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,13 +34,9 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* dummy.h -- This file should be used when a processor is not yet supported.
|
* offset (in bytes) of the code from the entry address of a routine.
|
||||||
|
* (see asgnsamples for use and explanation.)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* offset (in bytes) of the code from the entry address of a routine.
|
|
||||||
* (see asgnsamples for use and explanation.)
|
|
||||||
*/
|
|
||||||
#ifdef MACH
|
#ifdef MACH
|
||||||
#include <machine/mach_param.h>
|
#include <machine/mach_param.h>
|
||||||
#define hertz() (HZ)
|
#define hertz() (HZ)
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
Tue Sep 5 14:55:24 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
|
||||||
|
ns32k-pc532-lites* like ns32k-pc532-netbsd*. From Ian Dall.
|
||||||
|
|
||||||
|
Fri Sep 1 22:29:52 1995 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/pe.sc: Fix typo in spelling of .ctors/.dtors.
|
||||||
|
|
||||||
Fri Sep 1 13:13:29 1995 Ian Lance Taylor <ian@cygnus.com>
|
Fri Sep 1 13:13:29 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* ldmain.c (warning_callback): Add abfd, section, and address
|
* ldmain.c (warning_callback): Add abfd, section, and address
|
||||||
|
|
|
@ -39,7 +39,7 @@ for targ in $target $canon_targets
|
||||||
do
|
do
|
||||||
|
|
||||||
case "${targ}" in
|
case "${targ}" in
|
||||||
|
arm-*-pe) ld_target=arm-pe ;;
|
||||||
# start-sanitize-arc
|
# start-sanitize-arc
|
||||||
arc-*-elf*) ld_target=arc-elf ;;
|
arc-*-elf*) ld_target=arc-elf ;;
|
||||||
# end-sanitize-arc
|
# end-sanitize-arc
|
||||||
|
@ -75,6 +75,7 @@ case "${targ}" in
|
||||||
i[345]86-*-bsdi*) ld_target=i386-bsd ;;
|
i[345]86-*-bsdi*) ld_target=i386-bsd ;;
|
||||||
i[345]86-*-aout) ld_target=i386-aout ;;
|
i[345]86-*-aout) ld_target=i386-aout ;;
|
||||||
i[345]86-*-linuxaout*) ld_target=i386-laout ;;
|
i[345]86-*-linuxaout*) ld_target=i386-laout ;;
|
||||||
|
i[345]86-*-linuxoldld) ld_target=i386-laout ;;
|
||||||
i[345]86-*-linux*) ld_target=i386-linux ;;
|
i[345]86-*-linux*) ld_target=i386-linux ;;
|
||||||
i[345]86-*-sysv4*) ld_target=i386-elf ;;
|
i[345]86-*-sysv4*) ld_target=i386-elf ;;
|
||||||
i[345]86-*-unixware) ld_target=i386-elf ;;
|
i[345]86-*-unixware) ld_target=i386-elf ;;
|
||||||
|
@ -83,15 +84,21 @@ case "${targ}" in
|
||||||
i[345]86-*-elf*) ld_target=i386-elf ;;
|
i[345]86-*-elf*) ld_target=i386-elf ;;
|
||||||
i[345]86-*-sysv*) ld_target=i386-coff ;;
|
i[345]86-*-sysv*) ld_target=i386-coff ;;
|
||||||
i[345]86-*-mach*) ld_target=i386-mach ;;
|
i[345]86-*-mach*) ld_target=i386-mach ;;
|
||||||
i[345]86-*-gnuelf*) ld_target=i386-gelf ;;
|
i[345]86-*-gnu*) ld_target=i386-gelf ;;
|
||||||
i[345]86-*-gnu*) ld_target=i386-gnu ;;
|
i[345]86-*-msdos*) ld_target=i386-msdos ;;
|
||||||
|
i[345]86-*-moss*) ld_target=i386-moss ;;
|
||||||
|
i[345]86-*-winnt) ld_target=i386-pe ;;
|
||||||
|
i[345]86-*-pe) ld_target=i386-pe ;;
|
||||||
|
i[345]86-*-win32) ld_target=i386-pe ;;
|
||||||
m8*-*-*) ld_target=m88k-bcs ;;
|
m8*-*-*) ld_target=m88k-bcs ;;
|
||||||
a29k-*-udi) ld_target=sa29200 ;;
|
a29k-*-udi) ld_target=sa29200 ;;
|
||||||
a29k-*-ebmon) ld_target=ebmon29k ;;
|
a29k-*-ebmon) ld_target=ebmon29k ;;
|
||||||
a29k-*-*) ld_target=coff-a29k ;;
|
a29k-*-*) ld_target=coff-a29k ;;
|
||||||
# arm-*-riscix*) ld_target=riscix ;;
|
# arm-*-riscix*) ld_target=riscix ;;
|
||||||
|
arm-*-aout | armel-*-aout)
|
||||||
|
ld_target=arml-aout ;;
|
||||||
|
armeb-*-aout) ld_target=armb-aout ;;
|
||||||
h8300-*-hms) ld_target=coff-h8300 ;;
|
h8300-*-hms) ld_target=coff-h8300 ;;
|
||||||
h8300h-*-hms) ld_target=cf-h8300h ;;
|
|
||||||
h8500-*-hms) ld_target=coff-h8500 ;;
|
h8500-*-hms) ld_target=coff-h8500 ;;
|
||||||
sh-*-*) ld_target=coff-sh ;;
|
sh-*-*) ld_target=coff-sh ;;
|
||||||
# start-sanitize-rce
|
# start-sanitize-rce
|
||||||
|
@ -117,13 +124,17 @@ case "${targ}" in
|
||||||
mips*el-*-ecoff*) ld_target=mipsl-idt ;;
|
mips*el-*-ecoff*) ld_target=mipsl-idt ;;
|
||||||
mips*-*-ecoff*) ld_target=mips-idt ;;
|
mips*-*-ecoff*) ld_target=mips-idt ;;
|
||||||
mips*-dec-bsd*) ld_target=mipsbsd ;;
|
mips*-dec-bsd*) ld_target=mipsbsd ;;
|
||||||
|
# CYGNUS LOCAL jsmith
|
||||||
|
mips*vr4300el-*-elf*) ld_target=mips-vr4300el ;;
|
||||||
|
mips*vr4300-*-elf*) ld_target=mips-vr4300 ;;
|
||||||
|
# END CYGNUS LOCAL
|
||||||
mips*el-*-elf*) ld_target=mipsl-elf32 ;;
|
mips*el-*-elf*) ld_target=mipsl-elf32 ;;
|
||||||
mips*-*-elf*) ld_target=mipsb-elf32 ;;
|
mips*-*-elf*) ld_target=mipsb-elf32 ;;
|
||||||
alpha-*-osf*) ld_target=alpha ;;
|
alpha-*-osf*) ld_target=alpha ;;
|
||||||
alpha-*-netware*) ld_target=alpha ;;
|
alpha-*-netware*) ld_target=alpha ;;
|
||||||
z8k-*-sim | z8k-*-coff) ld_target=z8ksim ;;
|
z8k-*-coff) ld_target=z8k-coff ;;
|
||||||
ns32k-pc532-mach) ld_target=pc532mach ;;
|
ns32k-pc532-mach* | ns32k-pc532-ux*) ld_target=pc532mach ;;
|
||||||
ns32k-pc532-netbsd*) ld_target=ns32k-nbsd ;;
|
ns32k-pc532-netbsd* | ns32k-pc532-lites*) ld_target=ns32k-nbsd ;;
|
||||||
powerpc-*-elf* | powerpc-*-eabi*) ld_target=ppc-elf32 ;;
|
powerpc-*-elf* | powerpc-*-eabi*) ld_target=ppc-elf32 ;;
|
||||||
powerpcle-*-elf* | powerpcle-*-eabi*) ld_target=ppcle-elf32 ;;
|
powerpcle-*-elf* | powerpcle-*-eabi*) ld_target=ppcle-elf32 ;;
|
||||||
powerpc-*-netware*) ld_target=ppc-nw ;;
|
powerpc-*-netware*) ld_target=ppc-nw ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue