aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-08-18Hitachi now calls assembler plain "as", not "as83".Roland Pesch1-1/+1
1992-08-18Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch3-8/+13
* gdbinv-s.m4.in: refrain from using @cartouche for just a few examples (not consistent w others). gdb.texinfo: issue disclaimer paragraph on cmdline options only for generic vn of doc
1992-08-18ChangeLog entry for sparc.mt added last week.Ken Raeburn1-0/+5
1992-08-18Moved in from p3:Ian Lance Taylor2-0/+7
Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor1-0/+6
Tue Aug 18 14:48:24 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: added FLAGS_TO_PASS variable, and passed it to recursive invocations of make. Always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor2-8/+21
Tue Aug 18 14:19:01 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor3-22/+50
Tue Aug 18 14:16:38 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories. Removed MINUS_G, set CFLAGS to default to -g, added FLAGS_TO_PASS, passed FLAGS_TO_PASS to recursive makes.
1992-08-18Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch2-0/+8
* gdb.texinfo: in h8 config, do not describe searching commands.
1992-08-18Moved in from p3:Ian Lance Taylor3-10/+41
Tue Aug 18 13:41:36 1992 Ian Lance Taylor (ian@cygnus.com) * configure.in: accept all m68K family members. * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor3-7/+31
Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com) * config/mh-apollo68v: removed -g from CC definition. * Makefile.in: always create installation directories.
1992-08-18Moved in from p3:Ian Lance Taylor2-1/+9
Tue Aug 18 12:57:45 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: added FLAGS_TO_PASS, and used it for all recursive invocations of make. Also, always create installation directories. * config/apollov68.mh: removed -g from CC definition.
1992-08-18Need L_SET defined on the apollo, at least under BSD emulation mode.Sean Eric Fagan1-15/+3
1992-08-18Support netx configuration (which permits long-only alignment on m68k).Michael Tiemann2-0/+13
1992-08-18Sigh; rectify error from jumping the gun on editing file while CVSRoland Pesch1-3/+2
checkin proceeding. Check in with most generic markup for page layout.
1992-08-18 * m68k-pinsn.c: Minor fix in style of output (don't usePer Bothner4-2/+12
range to indicate floating point control registers).
1992-08-18Check in with @smallbook commented out!Roland Pesch1-1/+2
1992-08-18Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch5-457/+456
* gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300 conditionals; introduce a few generic switches that may be useful for other cross-dev or dos-hosted configs. * gdb.texinfo: fix typo in "info reg" description
1992-08-17 * input-scrub.c (input_scrub_pop, input_scrub_push): memcpy wasSteve Chamberlain2-45/+42
being used with args swapped, causing occasional lossage when refilling buffers after an include file.
1992-08-17* config/decstation.mh (HDEFINES): Specify "-G 4" to avoidKen Raeburn1-0/+5
overflowing gp-offset range.
1992-08-17* messages.c (as_tsktsk): Use correct ANSI form for stdarg version.Ken Raeburn2-62/+17
Discard bogus DONTDEF version. (as_warn, as_bad, as_fatal): Likewise.
1992-08-17 * srec.c (srec_set_section_contents): don't write out sectionsSteve Chamberlain1-0/+5
without the LOAD and ALLOC attributes
1992-08-17Use new name of man page (ld.1).Roland Pesch2-3/+6
1992-08-17Thanks to Zoo watchfulness:Roland Pesch1-0/+1048
(1) reflect current name of linker (now "ld", not "gld"); (2) fill in missing portion of a reference to full manual; (3) fix old random typo spotted while proofing above.
1992-08-17* bfd.h: Regenerated after page/segment size changes.Ken Raeburn1-4/+2
1992-08-17* archures.c, cpu-m68k.c, cpu-sparc.c: Undo 16 June changes.Ken Raeburn1-0/+12
* libaout.h (struct aout_backend_data): New callback "set_sizes". * aout-target.h (callback): Don't set page/seg sizes. (mkobject): Ditto. (set_sizes): New routine. (backend_data): Point to it. * aoutf1.h (sunos4_set_sizes): Heed architecture when setting sizes. (sunos4_aout_backend): Point to it. * aoutx.h (set_arch_mach): Call set_sizes callback.
1992-08-16* stabs.texinfo: Minor updates from running TeX over it.John Gilmore3-46/+88
* Makefile.in (stabs.dvi, stabs.ps): Add.
1992-08-16First pass at converting Julia's stabs document into texinfo.Per Bothner4-0/+2736
1992-08-15Add aout/adobe.h.John Gilmore1-0/+297
1992-08-15Surround extended support with #ifdef HAVE_68881.John Gilmore2-0/+4
1992-08-15* gdb.texinfo, refcard.tex: Document mult args on `info reg'.John Gilmore3-5/+10
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
1992-08-15* infcmd.c (registers_info): Handle multiple register names.John Gilmore1-1/+6
Changes inspired by Roland McGrath.
1992-08-15* sparc-stub.c: New file. Mix it with your SPARCliteStu Grossman3-8/+918
application, and it will speak GDB remote protocol! * remote.c (remote_wait): Change 'T' (expedited reply) message to deal with arbitrary registers. Needed for sparc-stub,
1992-08-15Add section on partial symbol tables.John Gilmore1-0/+4
1992-08-15* config/tc-m68k.c (m68k_ip): If instruction is invalid for theKen Raeburn1-275/+337
selected architecture, print a message saying so and listing what processors support it, rather than saying "operands mismatch".
1992-08-15* config/tc-m68k.c (m68k_ip): If instruction is invalid for theKen Raeburn1-0/+6
selected architecture, print a message saying so and listing what processors support it, rather than saying "operands mismatch".
1992-08-15 * aout-target.h: Make _bfd_slurp_extended_name_table bePer Bothner2-8/+46
the default. Given that we *write* the suckers (for long archive member names), we really ought to be able to read them! * trad-core.c: Don't include <machine/reg.h>. It doesn't seem to be needed, and many machines don't have it.
1992-08-14 * m68k.h: Merged in patches (mostly m68040-specific) fromPer Bothner2-144/+135
Colin Smith <colin@wrs.com>.
1992-08-14 * m68k.h: Merged m68kmri.h and m68k.h (using the former as aPer Bothner3-3313/+1414
base). Also cleaned up duplicates, re-ordered instructions for the sake of dis-assembling (so aliases come after standard names). * m68kmri.h: Now just defines some macros, and #includes m68k.h.
1992-08-14 * cplus-dem.c (cplus_markers): Add table for gnu style andFred Fish4-57/+276
use throughout, in place of compile time constant CPLUS_MARKER. * cplus-dem.c (ARM_VTABLE_STRING, ARM_VTABLE_STRLEN): Add. * cplus-dem.c (cfront_special): New function, as suggested by pfieland@stratus.com. * cplus-dem.c (forget_types): New function. * cplus-dem.c (cplus_demangle): Call gnu_special, moved from demangle_prefix(). * cplus-dem.c (mop_up): Call forget_types(). * cplus-dem.c (AUTO_DEMANGLING, GNU_DEMANGLING, LUCID_DEMANGLING): Use throughout, instead of checking current_demangling_style. * cplus-dem.c (demangle_signature): When finding an explicit start of function args, forget all remembered types for lucid/cfront style demangling. * cplus-dem.c (demangle_prefix): In a sequence of two or more underbar characters, use last pair as the delimiter. Hoist gnu_special() call up to cplus_demangle(). Call cfront_special() when appropriate. * cplus-dem.c (cplus_special): Fix virtual table name demangling for inherited classes. * cplus-dem.c (demangle_args): Document quirks of numbered references to previously seen types. * dbxread.c (read_ofile_symtab, process_one_symbol): Use AUTO_DEMANGLING rather than explicitly checking current_demangling_style. * demangle.h: Add some comments. * demangle.h (AUTO_DEMANGLING, GNU_DEMANGLING, LUCID_DEMANGLING, CFRONT_DEMANGLING): New macros. * dwarfread.c (LCC_PRODUCER): Remove trailing space, which is not found in the actual producer string produced by lcc. * dwarfread.c (handle_producer): Use AUTO_DEMANGLING rather than explicitly checking current_demangling_style.
1992-08-13Update descriptions for ${host} and ${target} to reflect that they are nowRoland Pesch1-12/+26
canonical triples, not the original user entries.
1992-08-13make it compile on rs6k: declare free, disable assertions, don't define M_RS6000Ken Raeburn3-3/+28
1992-08-13 * ldlex.l: now parses comment correctly, added ~ to acceptableSteve Chamberlain3-149/+189
chars in filenames * ldexp.c (exp_unop): pass down abs_output_section - now can have unary -ve constants. * ldlang.c (lang_finish): warn when an entry symbol supplied on the command line can't be found.
1992-08-13* breakpoint.c (enable_longjmp_breakpoint,John Gilmore1-0/+7
disable_longjmp_breakpoint, set_longjmp_resume_breakpoint): Check for duplicate breakpoints at the same address. Bug report and preliminary fix from Dave Morrison, <drmorris@us.oracle.com>.
1992-08-13 * coff-m68k.c (vector): read and write archives in coff format.Steve Chamberlain1-0/+4
1992-08-12 * m68kmri.h: added various opcodes. Moved jbxx to bxxes. Filled inSteve Chamberlain2-1108/+1154
all missing .s
1992-08-12per explanation from zoo, back out DESTDIR change.Mark Eichin2-3/+2
1992-08-12* readline.c (last_readline_init_file): Fix typo made by SteveJohn Gilmore1-0/+6
Chamberlain/DJ Delorie. Proper control file name is ~/.inputrc, not ~/inputrc.
1992-08-12 * Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) toMark Eichin2-2/+7
bin install rule.
1992-08-12 * buildsym.c (end_symtab): Document that end_symtab can returnFred Fish3-13/+30
NULL under non-error conditions. * dwarfread.c (read_file_scope): Guard against dereferencing NULL returned from end_symtab for empty compilation units.
1992-08-12 * ar.c (main): Don't *always* set the verbose flag!Per Bothner2-57/+32