Steve Chamberlain
e5e193c742
Initial revision
35 years ago
John Gilmore
650e42fb18
Add x_csect defines.
35 years ago
John Gilmore
c9bd6710ad
* mipsread.c (read_mips_symtab, read_the_mips_symtab): Use real
filename with error messages.
* stack.c (frame_select_command): Rename to select_frame_command
to avoid "fr" and "fra" having nonunique completions.
* symfile.c (sort_symtab_syms): Ignore sort of zero symtab *.
(symfile_init): Print file format name when unable to handle it.
(free_named_symtabs): Use BLOCKVECTOR rather than obsolete BLOCKLIST.
* symmisc.c (free_symtab): Only free linetable if nonzero.
* symtab.h: Remove obsolete BLOCKLIST macros.
35 years ago
John Gilmore
6d7c88c3d0
* coff-rs6000.c: Change name to "aixcoff-rs6000", to avoid
matching prefix "coff".
* coffcode.h (coff_swap_aux_in, coff_swap_aux_out): Handle
rs/6000 csect records.
35 years ago
Stu Grossman
d7d1098dca
* infrun.c (wait_for_inferior): another stepi/nexti fix. Ensure
that stop_step is 1 at bottom of main loop. I don't know why this
needs to be done, but it helps me sleep better at night.
35 years ago
Roland Pesch
715eb31fa9
*** empty log message ***
35 years ago
K. Richard Pixley
28f3b09449
new install theme
35 years ago
K. Richard Pixley
0e409e0b3e
rewrote m68up aliases, pea works on anything
35 years ago
Steve Chamberlain
2fac678d8c
*** empty log message ***
35 years ago
Steve Chamberlain
a0c686b537
#CVS: Modified Files:
35 years ago
Steve Chamberlain
3ab958289b
*** empty log message ***
35 years ago
Steve Chamberlain
8442cbcdd4
*** empty log message ***
35 years ago
Steve Chamberlain
26dcf901d5
*** empty log message ***
35 years ago
K. Richard Pixley
8d91aae616
Initial revision
35 years ago
Roland Pesch
9f06bb91f2
Minor corrections from proofreading pass for WRS.
35 years ago
Steve Chamberlain
99823b6670
88k stuff
35 years ago
Steve Chamberlain
fbb70f408b
Initial revision
35 years ago
Steve Chamberlain
0885eef129
Don't care about an unlink failure
35 years ago
Steve Chamberlain
5f0e876707
* ar.c (write_archive.c): added unlink before rename since some
systems can't rename onto an existant file.
35 years ago
Stu Grossman
8b3c897ae9
* main.c (initialize_history): Read history after reading all
init files.
35 years ago
Steve Chamberlain
da6745fd68
* coff-m88k.c, targets.c: change name of m88k_bcs to m88kbcs
35 years ago
Steve Chamberlain
01dd1b2b47
Sun Oct 27 16:56:58 1991 Steve Chamberlain (steve at cygnus.com)
* configure.in: add motorola delta88 cases
* libbfd.h, libbfd-in.h, archive.c, ieee.c, elf.c, srec.c: fix
write_armap prototype
* libbfd.c: add doc on bfd_write_bigendian_4byte_int
35 years ago
Steve Chamberlain
2f192e9b95
Initial revision
35 years ago
John Gilmore
b90c4f33cd
* c-exp.y (yyerror): Pass error message if given.
* configure.in: Add rs6000 host and target.
* inflow.c (new_tty): O_NOCTTY kludge for RS/6000.
* symfile.h (entry_point): Add.
35 years ago
John Gilmore
a23075bc5a
* blockframe.c: Pass fromleaf to INIT_EXTRA_FRAME_INFO.
* tm-29k.h, tm-88k.h, tm-i960.h, tm-irix3.h, tm-mips.h, tm-pyr.h,
tm-sparc.h: Accept fromleaf parameter.
35 years ago
John Gilmore
4137c5fc0d
* buildsym.c: Break out initial malloc sizes.
(record_line): Record directly in a subfile. Alloc on demand.
(compare_line_numbers): Add from xcoffread.c.
(end_symtab): New params say whether to sort pendings and
linetable. Patch block stabs if defined. Shrink linetable before
allocating the symtab.
* buildsym.h: Delete line_vector* and prev_line_number. Add
global_stabs and file_stabs for xcoffread.
* dbxread.c (start_subfile): Move to buildsym. Change above calls.
* symtab.h: LINETABLE(symtab) can now be null. Zap LINELIST.
* symmisc.c, symtab.c: Cope with null LINETABLEs.
35 years ago
K. Richard Pixley
9439f48f4c
Fixed ".reserve", and added toolversion for sparc + some nitpicks.
35 years ago
John Gilmore
d47d5315c8
* symfile.c (syms_from_bfd): New routine.
(add_symbol_file): Call it to do the real work.
(syms_from_bfd): Initialize entry_point before calling symfile_init.
* symtab.h, symfile.c, coffread.c, mipsread.c, dwarfread.c:
Avoid declaring or setting entry_point (symfile.h & symfile.c cope).
35 years ago
John Gilmore
2ce38c6d29
Add buildsym.c and buildsym.h.
35 years ago
John Gilmore
c030245775
Break out symbol-table-building routines
from dbxread.c, so they can be shared with xcoffread.c.
35 years ago
Per Bothner
bcccec8c8d
Various fixes to improve g++ debugging. See ChangeLog.
35 years ago
Stu Grossman
5ab580ccf8
* tm-sparc.h, tm-68k.h (EXTRACT_RETURN_VALUE): fix output of
short return values for sparc and 68k. Patch from Paul Eggert.
35 years ago
Stu Grossman
eb3f3e5c6a
*** empty log message ***
35 years ago
Stu Grossman
159a075e55
* coffread.c, coredep.c, i386-xdep.c: install patches for
SysV/386 3.2 from Mauro DePalma.
35 years ago
John Gilmore
40458cc92c
Rename coff-related files.
35 years ago
John Gilmore
156e38523a
* Rename COFF-related files in `coff-ARCH.c' form.
coff-a29k.c, coff-i386.c, coff-i960.c, coff-m68k.c, coff-m88k.c,
coff-mips.c, coff-rs6000.c to be exact.
35 years ago
John Gilmore
4a29cb1e7e
* Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing
make output clutter.
35 years ago
John Gilmore
c58215f248
* core.c (core_file_info), exec.c (exec_file_info): Print file
type. Use printf_filtered.
35 years ago
John Gilmore
9cb602e111
(value_fetch_lazy): Avoid 0-length fetches.
35 years ago
John Gilmore
db138ce2a7
Update doc on how to define an architecture for "mh" change.
35 years ago
John Gilmore
fa8f1d093b
rs6000
35 years ago
John Gilmore
9d2972d880
Add file defining rs/6000 XCOFF file format.
35 years ago
John Gilmore
bbfdbb6d0e
Initial revision
35 years ago
John Gilmore
f883d70466
avoid "ulong".
35 years ago
John Gilmore
85d433c30d
Use RS6000COFF_C, not AIXCOFF_C.
35 years ago
John Gilmore
cc97dfbba7
RS/6000 support
35 years ago
John Gilmore
ba9137fe2d
Initial revision
35 years ago
John Gilmore
cbdc790909
RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and John Gilmore.
35 years ago
Fred Fish
c8c0a2bd59
Add casts to remove compiler warnings from native Sun cc.
35 years ago
Fred Fish
84d82b1ccd
Remove locally duplicated code for calling functions in the inferior. The
only differences were in the specific trap vectors used and whether or not
an fpu was present. These are now handled by appropriate definitions of
BPT_VECTOR and HAVE_68881 respectively. Other minor obvious cleanups.
Minor spelling correction in valops.c.
35 years ago