Steve Chamberlain
d05511ca57
* coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): prints
out tagndx too.
* aoutx.h (swap_std_reloc_out, swap_ext_reloc_out): use the output
section of a symbol rather than the section of a reffed symbol to
determine the r_index of an emmitted reloc.
35 years ago
K. Richard Pixley
1a9e2cf89e
cvs bug, these files should not have been checked in.
35 years ago
K. Richard Pixley
2d97273c8b
be more cautious with tranle's patches
35 years ago
K. Richard Pixley
ed6bfe6d75
moved from gas/a.out.gnu.h to gas/config/a.out.gnu.h
35 years ago
K. Richard Pixley
879982e63f
minor reorg of tranlee's stuff
35 years ago
K. Richard Pixley
011ed8a686
new files from tranlee
35 years ago
K. Richard Pixley
6d5460ab89
changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386
coff as it appears to be used on aix386.
35 years ago
K. Richard Pixley
e39469d91a
from hack's unfinished work
35 years ago
K. Richard Pixley
d6e344db8d
tell about using doc
35 years ago
K. Richard Pixley
7a11153774
don't keep *.dvi
35 years ago
K. Richard Pixley
79a54a5b52
doc. bring it in, use it.
35 years ago
Stu Grossman
77219de22d
* readline.c (rl_read_init_file): Make sure that null filename is
not passed to open() or else we end up opening the directory, and
read a bunch of garbage into keymap[].
35 years ago
Per Bothner
73afbe2809
* PORTING: New (preliminary) porting guide.
35 years ago
John Gilmore
7919c3ed86
* tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitions
into solib.h.
* sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c,
sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c,
value.h: Prototypes for static functions; lint.
* gdbtypes.h: Empty file to ease transition.
35 years ago
Per Bothner
573da2f371
* Makefile.in: Change mkscript rule into one for ./mkscript
(for the sake of makes that don't realize they're the same).
* PORTING: Add more details.
* genscripts.sh: Add more tailorability of DATA_ALIGNMENT.
35 years ago
John Gilmore
5b0267410c
* xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoid
complaints about volatile functions.
* xm-sysv4.h (HAVE_MMAP): Define.
35 years ago
John Gilmore
ee0613d186
* core.c, exec.c, solib.c: Rename target_ops sections =>
to_sections, etc.
* infcmd.c, inflow.c, infptrace.c, infrun.c, main.c, target.c,
target.h: target_kill takes no args.
35 years ago
John Gilmore
e17960fb42
* core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c,
remote-hms.c, remote-mm.c, remote-nindy.c, remote-vx.c, remote.c,
target.c, target.h, valarith.c, valops.c, value.h, xcoffexec.c:
Remove to_call_function and target_call_function, since it
always calls the same thing (call_function_by_hand).
35 years ago
John Gilmore
7ed0f002ed
* core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c,
signame.c, sparc-xdep.c: Prototypes for all static functions. Lint.
35 years ago
John Gilmore
75af490bd2
* environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h,
inferior.h, language.h, signame.h, target.h, terminal.h,
tm-68k.h, tm-i386v.h, tm-sparc.h, tm-sun386.h, tm-symmetry.h,
xm-i386v.h, xm-sparc.h: Prototypes for all external functions.
Lint.
35 years ago
John Gilmore
088c3a0b74
* defs.h: Include ansidecl.h and PARAMS macro. Use PARAMS
to make prototypes for all functions declared here.
* cplus-dem.c: Avoid declaring xmalloc and xrealloc.
* c-exp.y: Rename SIGNED, OR, and AND to avoid conflict.
* environ.c: Include <stdio.h> before defs.h. Minor cleanup.
* ieee-float.h: Use PARAMS for prototypes; make some params const.
* ieee-float.c, valarith.c: Include <stdio.h>. Lint. b*=>mem*.
* m2-exp.y: Remove unused CONST; Rename OR and AND.
* utils.c: Avoid declaring malloc and realloc. Lint.
(request_quit): Accept signal-number parameter.
35 years ago
John Gilmore
8b87cbae28
* bout.c (callj_callback), coff-a29k.c (a29k_reloc), coff-m88k.c
(howto_hvrt16): lint.
35 years ago
John Gilmore
be8303da55
* coffread.c (decode_base_type): Pass long, not union.
Fix by Eric Valette, ev@chorus.fr .
35 years ago
John Gilmore
bccfae1670
Mention the "dir" commands in the .gdbinit file, too.
35 years ago
John Gilmore
442b8598ad
* configure.texi: Explain better about .gdbinit and about
the environment that configure.in sections run in.
35 years ago
K. Richard Pixley
90d85bc42b
pulled in from hack's unfinished work
35 years ago
K. Richard Pixley
131292695f
prepping for configure
35 years ago
K. Richard Pixley
aa3782d24e
white space and comments only
35 years ago
K. Richard Pixley
c6cfc5b52c
add note about i860 relocation types
35 years ago
K. Richard Pixley
f816adbc60
use the new atof-ns32.c for ns32k.
35 years ago
K. Richard Pixley
eb9eacd3a5
comment change only
35 years ago
K. Richard Pixley
4b83ef1cfd
tc-i860.[hc]: blew off the dust. Something must still be done about
conflicting relocation types.
35 years ago
K. Richard Pixley
fbd5ddff37
keep ChangeLog
35 years ago
K. Richard Pixley
e6a125b1f4
Replaced previous tc_aout_fix_to_chars stub with the real thing.
35 years ago
K. Richard Pixley
e219aa78dc
keep the new file
35 years ago
K. Richard Pixley
574e55f10f
delete duplicate macro definition
35 years ago
K. Richard Pixley
c82711bd5c
copied from hack's last unreleased gas
35 years ago
Fred Fish
5bb14552fd
* readline.c (readline_default_bindings): Only make use of VLNEXT
when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4
<termio.h> includes <termios.h>, so VLNEXT is always defined.
* sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4
systems so that <termios.h> gets used, instead of <termio.h>.
35 years ago
Fred Fish
9e4c1921e5
Add code to handle TAG_pointer_type DIE's (DWARF Information Entries)
that are produced by the i486/SVR4 MetaWare compiler, but not by the
AT&T or GCC compilers.
35 years ago
Per Bothner
1584d0697d
New hp300bsd port.
35 years ago
Per Bothner
9832e16cc3
* hp300bsd.c (new), config/mt-hp300bsd: Make hp300bsd
a full configuration (with possible cross-development),
instead of using host-aout.c.
35 years ago
K. Richard Pixley
9a051b43a6
record that files were removed
35 years ago
K. Richard Pixley
542e1629fd
fighting bitrot in a major way
35 years ago
Fred Fish
af21362450
When creating user defined types for subroutine and array types, check
first to see if a partial type already exists due to a forward reference,
and if so, bash it to fit.
35 years ago
Per Bothner
d17c317cfe
Hack so it Sanitizes cleanly.
35 years ago
Per Bothner
adf441b919
* aout-target.h (MY(write_object_contents):
Set obj_reloc_entry_size (abfd).
* gen-aout.c: Change to emit a .c files, not a .h file.
35 years ago
Per Bothner
6f34472d93
* Makefile.in: Bump version to 1.96, and remove -beta
suffix from distribution name.
* m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
the signed value of a character (even if chars are unsigned).
* sparc-pinsn.c: Add new operand types.
35 years ago
Per Bothner
c3d97ef66b
*** empty log message ***
35 years ago
Roland Pesch
e62b9411b5
Two typos fixed, spotted by Jim Irwin of WRS
35 years ago
Roland Pesch
195758fa2a
Fix missing user-font lines in introductory example (spotted by J Irwin,
WRS).
35 years ago