Jim Wilson
a2ee3e6d09
sparc64-v7 is vendor sun not hal (to match gcc/configure.in)
35 years ago
John Gilmore
e39636f7e7
Roll VERSION to 4.3.2.
35 years ago
Per Bothner
7e258d18e0
Oodles of changes. The most important is adding support for stabs
encapsulated in mips ecoff. See ChangeLog for the gory details.
35 years ago
Fred Fish
3e60a6b1d3
* config/mh-amix, config/mh-i386v4: Change to find alloca by
compiling and linking alloca.c, even when it is not strictly
required. Also arrange to link with -ltermlib rather than -ltermcap.
35 years ago
Fred Fish
431df2ebac
* solib.c (locate_base): Fix uninitialized variable that was
causing return of random value to callee.
* config/mh-amix, config/mh-i386v4: Change to find alloca by
compiling and linking alloca.c, even when it is not strictly
required. Also arrange to link with -ltermlib rather than
-ltermcap.
* Makefile.in: Move TERMCAP definition to prior to inclusion
of host makefile fragments so it can be overridden.
35 years ago
Michael Tiemann
a9b0d1aece
* sparc.h (nop): Add RD_GO to `lose' so that only %g0 in dest is
disassembled as a nop.
35 years ago
John Gilmore
6b5b330b26
* xcoffread.c (read_symbol_lineno): Logic error in incrementing
symbol table entry number. (From Metin Ozisik.)
35 years ago
Fred Fish
18ab66f265
Save the renamed svr4 file.
35 years ago
Fred Fish
b6d0f9b13f
Keep the renamed svr4 files.
35 years ago
Fred Fish
2e80a74835
Change svr4 references to sysv4.
35 years ago
Fred Fish
609bbadec7
Change svr4 references to sysv4.
35 years ago
Fred Fish
70b74b930c
Document change to config/mh-i386v4.
35 years ago
Fred Fish
ca9b13c75c
Set XM_CLIBS to "-lc /usr/ucblib/libucb.a" so native compilers can find
alloca, but only if it is not found in the std C library. Also forces
libc to be search before libucb.a, which contains much broken stuff we
*don't* want.
35 years ago
Fred Fish
ee1ad69ccd
* configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:
Change svr4 references to sysv4.
* source.c: Move declaration of external function index to
front of file so it is in scope for all references.
* utils.c (error, fatal): Make definitions consistent with
defs.h declarations (declared as "volatile void").
35 years ago
Fred Fish
5f32984ea6
Change svr4 references to sysv4.
35 years ago
Fred Fish
0837376f8c
Renamed from xm-svr4.h xm-sysv4.h
35 years ago
Fred Fish
9d8728716d
Renamed from tm-svr4.h to tm-sysv4.h
35 years ago
John Gilmore
859eb781d8
Bugfix rfe and stbrx instrucionts.
35 years ago
John Gilmore
c2bb024d97
* Makefile.in, config/tm-*.h: Clean up make output, only
pass DEFAULT_EMULATION to ldmain.c.
35 years ago
K. Richard Pixley
ad659e0779
adjusted copyright. now copyleft
35 years ago
K. Richard Pixley
b940b7c22e
print version number nicely
35 years ago
K. Richard Pixley
0c72405d83
added -V for version number option
35 years ago
K. Richard Pixley
90f661962b
three party cross now called a Canadian cross
35 years ago
Steve Chamberlain
4a96bc044a
Changed the @node to use INODE
35 years ago
Steve Chamberlain
3d60de8161
Added new word
NODE
which allows nodes to be written to texinfo files.
35 years ago
Stu Grossman
f59db85529
* bfd.h, ieee.h, opcode/m68k.h, opcode/sparc.h: ANSIfy enums.
35 years ago
Stu Grossman
9c96a6bcb0
* bfd-in.h, libaout.h: ANSIfy enums.
35 years ago
Stu Grossman
e182722827
* command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h,
vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h: ANSIfy enums.
CVS:
35 years ago
Stu Grossman
0a5d35ed30
* command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h,
vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h: ANSIfy enums.
35 years ago
K. Richard Pixley
ce947b9d8d
personal checkpoint
35 years ago
K. Richard Pixley
126825483c
add menu item and Makefile.in hook
35 years ago
Steve Chamberlain
56f5e00599
* archive.c (normalize): created version for VMS which removes the
VMS directory crap from the front and end of a filename, eg turn
[-.foo]bar.obj;123 into bar.obj
(bfd_construct_extended_name_table): now writes index into an
extended name table in decimal - the same base used to read an
extended name table.
35 years ago
K. Richard Pixley
7d283cc12f
revised, updated, texinfo'd and renamed
35 years ago
Per Bothner
608de555e4
Use aout-target.h more extensively.
Replace Berkeley functions (e.g. bcopy) with ANSI ones (e.g. memcpy).
Other improvements (see ChangeLog).
35 years ago
Per Bothner
61ed7fc37c
Initial revision
35 years ago
Fred Fish
e83f304031
Enclose corename and execname inside a HAVE_PROCFS ifdef, since they
are unused when it is not defined.
35 years ago
K. Richard Pixley
db2de419d4
config.subr -> config.sub
35 years ago
David Henkel-Wallace
4ee249dab1
Archive doc.
35 years ago
John Gilmore
5d13867674
Make it sanitize v9 out of sparc-pinsn.c.
35 years ago
Fred Fish
db1eca19a5
Add solib.o to TDEPFILES for these SVR4 systems.
35 years ago
Fred Fish
c7e53c85dc
Document changes to config/tm-amix and config/tm-i386v4.
35 years ago
Fred Fish
6fa6e49649
Print the names of files from which symbols are being loaded if verbose
is set.
35 years ago
Fred Fish
f8b76e70b7
Numerous small changes and a complete reorganization of solib.c, to support
SVR4 shared libraries in a manner very close to the original SunOS support.
See the ChangeLog for details.
35 years ago
Michael Tiemann
01d4cbef85
Add `ALL' target.
35 years ago
Michael Tiemann
5f4d1571fa
Add missing handlers for v9 operands.
35 years ago
Michael Tiemann
76d89cb115
Format inner print loop according to emacs. Code changes will follow
(but be easier to diff).
35 years ago
John Gilmore
76b2c3c8cb
* infrun.c, remote-eb.c, remote-nindy.c, remote-vx.c: Remove
unused START_INFERIOR_HOOK.
* remote-eb.c: Change timeout to 24 seconds (*10 fits in byte)
to account for slow loading from floppies.
(eb_create_inferior): New fn, from eb_start and
nindy_create_inferior.
(eb_close): Only use log_file if nonzero.
(eb_xfer_memory): If not writing, then read!
(eb_read_inferior_memory, eb_write_inferior_memory): Return length.
(eb_kill): A new no-op.
(eb_mourn_inferior): Remove breakpoints, then generically weep.
35 years ago
Jim Wilson
201258d5f5
Keep fopen-bin.h and fopen-same.h.
35 years ago
Roland Pesch
49b8ce8933
Minor updates for successful standalone 80386 configuration of manual.
35 years ago
Fred Fish
619fd1455b
Fix miscellaneous comparisons of integer with NULL that elicit compiler
warnings about comparisons of integer with pointer when NULL is defined
as ((void *) 0) rather than just a bare 0.
35 years ago