diff options
author | John Gilmore <gnu@cygnus> | 1991-05-02 23:10:23 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-02 23:10:23 +0000 |
commit | 23b0b55855895b0654f2c7916f953b802398bb25 (patch) | |
tree | 8b511ccc3c797fff05a84445b4b4674707fbcf32 /bfd/sunos.c | |
parent | Make it compile on DEC 3100. (diff) | |
download | binutils-gdb-23b0b55855895b0654f2c7916f953b802398bb25.tar.gz binutils-gdb-23b0b55855895b0654f2c7916f953b802398bb25.tar.bz2 binutils-gdb-23b0b55855895b0654f2c7916f953b802398bb25.zip |
Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)
and make the result compile and run on the DEC 3100. It still has
trouble running but it can handle opening exec and symbol files in
ecoff format.
Diffstat (limited to 'bfd/sunos.c')
-rw-r--r-- | bfd/sunos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/sunos.c b/bfd/sunos.c index 55e7547cb08..fdc51a50f27 100644 --- a/bfd/sunos.c +++ b/bfd/sunos.c @@ -1926,4 +1926,3 @@ bfd_target aout_little_vec = JUMP_TABLE(sunos4) }; - |