From 486d15a8d2303cbfa2be75e2c400ec93ffa63caa Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 19 Nov 1996 14:14:20 +0000 Subject: Import of 961112 Cygnus binutils+gas+ld+gdb+gprof --- gnu/usr.bin/binutils/config/mt-ppc | 2 -- gnu/usr.bin/binutils/gas/config/obj-evax.h | 20 -------------------- 2 files changed, 22 deletions(-) delete mode 100644 gnu/usr.bin/binutils/config/mt-ppc diff --git a/gnu/usr.bin/binutils/config/mt-ppc b/gnu/usr.bin/binutils/config/mt-ppc deleted file mode 100644 index 148f897f430..00000000000 --- a/gnu/usr.bin/binutils/config/mt-ppc +++ /dev/null @@ -1,2 +0,0 @@ -CFLAGS_FOR_TARGET = $(CFLAGS) -mrelocatable-lib -mno-eabi -CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -mrelocatable-lib -mno-eabi diff --git a/gnu/usr.bin/binutils/gas/config/obj-evax.h b/gnu/usr.bin/binutils/gas/config/obj-evax.h index 03e3cbdf63f..1d9db19f41b 100644 --- a/gnu/usr.bin/binutils/gas/config/obj-evax.h +++ b/gnu/usr.bin/binutils/gas/config/obj-evax.h @@ -71,9 +71,6 @@ typedef void *object_headers; #define S_GET_TYPE(S) 0 #define S_GET_DESC(S) 0 -#undef AXP_REG_GP -#define AXP_REG_GP AXP_REG_PV - #define PDSC_S_K_KIND_FP_STACK 9 #define PDSC_S_K_KIND_FP_REGISTER 10 #define PDSC_S_K_KIND_NULL 8 @@ -88,23 +85,6 @@ typedef void *object_headers; #define LKP_S_K_SIZE 16 -struct evaxProc { - symbolS *symbol; /* proc pdesc symbol */ - int pdsckind; - int framereg; /* register for frame pointer */ - int framesize; /* size of frame */ - int rsa_offset; - int ra_save; - int fp_save; - long imask; - long fmask; - int type; - int prologue; -}; - -typedef struct evaxProc evaxProcT; -typedef struct evaxProc *evaxProcP; - /* * Local Variables: * comment-column: 0 -- cgit v1.2.3