aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-04-13 * remote-array.c: New file for Array Tech LSI33k based controllerRob Savoye3-0/+1409
board.
1995-04-13 * remote-vxsparc.c: New file, preliminary check in, this configurationKung Hsu2-0/+468
not supported yet. * remote-vxmips.c: ditto.
1995-04-13 * a29k-tdep.c (get_longjmp_target): Replace SWAP_TARGET_AND_HOST withKung Hsu2-2/+16
extract_address. * remote-vxsparc.c: New file, preliminary check in, this configuration not supported yet. * remote-vxmips.c: ditto.
1995-04-13Do not use unprotected ANSI/ISO prototypes.Michael Meissner1-1/+2
1995-04-13 * monitor.h (init_monitor_ops): Declare.Stan Shebs3-49/+58
* rom68k-rom.c: Clarify some comments. (rom68k_open): Define as static, to match decl.
1995-04-13 * gdb.gdb: New file.Jim Kingdon4-12/+39
* .gdbinit: Move list-objfiles to gdb.gdb.
1995-04-13* values.c (set_internalvar): Set modifiable flag of newval.Jim Kingdon2-0/+5
1995-04-12Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1-3/+32
* test-build.mk: Enable building of shared libraries on IRIX 5 and OSF/1. Fix compiler flags. * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
1995-04-12 * xcoffread.c: Call complain() rather than error() or printing aJim Kingdon2-21/+26
warning.
1995-04-12Always keep MPW supportStan Shebs1-6/+2
1995-04-12Merge MPW ChangeLog with generic ChangeLogStan Shebs2-94/+54
1995-04-12Always keep MPW supportStan Shebs1-33/+3
1995-04-12Merge MPW ChangeLog with generic ChangeLogStan Shebs1-51/+0
1995-04-12* aoutx.h (machine_type, case bfd_arch_mips): Treat R8000 like R6000 and R4000Ken Raeburn1-0/+20
for now.
1995-04-12 * arc-tdep.c: #include "gdbcmd.h".David Edelsohn3-175/+535
(codestream_seek): Pass CORE_ADDR. (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals. (debug_pipeline_p): Likewise. (X_...): Instruction field access macros. (BUILD_INSN): Define. (codestream_tell): Allow for stream elements > 1 byte. (codestream_fill): Likewise. (setup_prologue_scan): New function. (arc_get_frame_setup): Call it. Update to current spec regarding prologues. Use BUILD_INSN. (skip_prologue): New argument `frameless_p'. Use BUILD_INSN. (arc_frame_saved_pc): New function. (frame_find_saved_regs): Use BUILD_INSN. (get_insn_type, single_step): New functions. (one_stepped): New global. (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions. (arc_set_cpu_type): New function. (_initialize_arc_tdep): Define new `set' commands `cpu', `displaypipeline', and `debugpipeline'. * remote-arc.c (break_insn): Add bi-endian support. (arc_insert_breakpoint): Likewise. (arc_remove_breakpoint): Likewise. (switch_command): Delete. * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete. (TARGET_BYTE_ORDER_SELECTABLE): Define. (DEFAULT_ARC_CPU_TYPE): Define. (SKIP_PROLOGUE_FRAMELESS_P): Define. (BREAKPOINT): Delete. (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define. (DECR_PC_AFTER_BREAK): Change to 8. (NO_SINGLE_STEP): Define. (ARC_PC_TO_REAL_ADDRESS): Define. (SAVED_PC_AFTER_CALL): Use it. (NUM_REGS, REGISTER_BYTES): Fix. (FRAME_SAVED_PC): Call arc_frame_saved_pc. (FRAME_LOCALS_ADDRESS): Fix.
1995-04-12ARC stuff.David Edelsohn1-0/+42
1995-04-12Support keep-arc flag.David Edelsohn1-2/+14
1995-04-12 * config/tc-arc.c (delay_slot_type): New function.David Edelsohn1-40/+97
(md_assemble): Use hashed list of insns. Print warning if 8 byte insn appears in delay slot. (md_operand): Handle %st(sym1-sym2). (get_arc_exp_reloc_type): Likewise. (md_apply_fix, case BFD_RELOC_ARC_B26): Now using implicit addends so must store them here.
1995-04-12ARC stuff.David Edelsohn1-0/+12
1995-04-12 * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for theJim Kingdon2-12/+9
symfile_objfile, nuke it.
1995-04-12 * configure.in: Recognize --with-newlib.David Edelsohn2-4/+10
(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target. (arc-*-*): Build g++ stuff now.
1995-04-12 * top.c, utils.c, defs.h: Remove error_hook. It is currentlyJim Kingdon2-6/+6
unused and would need to hook into error_begin()/return_to_top_level(), instead of error(), if it were to be used.
1995-04-11* configure.in: Require at least autoconf 2.3, because earlier versions lose onKen Raeburn1-0/+21
some AIX versions. * configure: Regenerated. * configure.in: Add m68k-*-elf. * config/tc-m68k.c (comment_chars) [OBJ_ELF]: Include '#'. (md_pseudo_table) [OBJ_ELF]: Ignore "swbeg". (md_begin): Set alt_notend_table['&'], so svr4-style immediate operands are accepted. (md_apply_fix): Argument VALP should point to valueT. (md_convert_frag): Argument SEC should be type segT. (md_shortopts) [OBJ_ELF]: Accept 'Q' with an argument. (md_parse_option): Ignore it. (md_convert_frag_1): Add in frag address for the symbol in the displacement calculation. * config/tc-m68k.h (TARGET_FORMAT) [OBJ_ELF]: Use "elf32-m68k". (TARGET_ARCH): Define. (REGISTER_PREFIX_OPTIONAL) [OBJ_ELF]: Default to 0. (LOCAL_LABEL, FAKE_LABEL_NAME, REGISTER_PREFIX_OPTIONAL): Handle these the same way for OBJ_ELF as for M68KCOFF.
1995-04-11* as.h (struct relax_type): Add forward declaration for type.Ken Raeburn1-0/+1
1995-04-11 * utils.c, defs.h (warning_begin): Renamed from warning_setup, forJim Kingdon4-38/+63
consistency with error_begin. Also print warning_pre_print. Document it better. * utils.c (warning): Use it. * utils.c (error_begin): Doc fix. * rs6000-nat.c (vmap_ldinfo): If symfile_objfile is not part of any vmap, nuke it.
1995-04-11 * annotate.texi: Clarify which addresses have differing formatsJim Kingdon2-5/+19
depending on the language and which do not.
1995-04-11 * printcmd.c (print_address_numeric): Pass use_local toJim Kingdon1-0/+3
print_longest, rather than always passing 1.
1995-04-11Always keep MPW supportStan Shebs1-8/+2
1995-04-11Merge MPW ChangeLog with generic ChangeLogStan Shebs1-32/+0
1995-04-11* nlm/Makefile.in: Remove comments discussing munch.Jim Kingdon2-5/+4
1995-04-11Use F_SETOWN if SIOCSPGRP is not available.Michael Meissner2-3/+15
1995-04-11note doc changesKen Raeburn1-0/+4
1995-04-11bunch o changesKen Raeburn1-0/+64
1995-04-11write.c: Complain about .space or .org moving backwards.Ken Raeburn11-26/+19
Do generic rs_machine_dependent relaxation only if TC_GENERIC_RELAX_TABLE is defined. Use its value as the base of the table, so the actual declaration can be cpu-specific (and const or not as appropriate). For other cpus where this isn't done (the majority), delete md_relax_table altogether. For machines with WORKING_DOT_WORD, delete md_{short,long}_jump_size.
1995-04-11Always keep MPW supportStan Shebs4-66/+20
1995-04-11Merge MPW ChangeLog in with generic ChangeLogStan Shebs2-192/+164
1995-04-11(PCINDEX): New macro.Ken Raeburn1-17/+135
(md_relax_table): No longer const. Add PCINDEX entries. (m68k_ip): For AINDX with simple symbol operand, generate a PCINDEX frag if PC is used, or do normal non-AINDX processing for address register. (m68k_init_after_args): If cpu is 68000 or 68010, fix md_relax_table to prevent relaxation of PCINDEX/BYTE mode to SHORT, since they don't support that mode. (md_convert_frag_1, case PCLEA/LONG): Add 4 to offset, not 2. Add support for new PCINDEX modes. (md_estimate_size_before_relax): Process PCINDEX/SZ_UNDEF mode. (md_convert_frag_1, case PCLEA/SHORT): Add 2 to offset. (m68k_ip, case most punctuation/AOFF): If using PC, call add_frag using PCLEA.
1995-04-11Fix for PR6697:Ken Raeburn1-115/+265
(nopic_need_relax): New static function, split out from md_estimate_size_before_relax. (md_estimate_size_before_relax): Call it. (load_address, macro): In NO_PIC branches, if nopic_need_relax returns nonzero, don't attempt GP optimization.
1995-04-11Don't explicitly include config.h. Deleted a bunch of "#if 0" code and uselessKen Raeburn1-240/+163
comments. (struct m68k_cpu): New type. (archs, n_archs): New variables, with single list of name/enum mapping and aliases. (m68k_ip): Delete the table here. (m68k_init_after_args): Use the new table here instead of open-coding it. (md_parse_option, case 'm'): Ditto.
1995-04-11 * valprint.c (print_longest): Fix a syntax error in #ifdefKung Hsu1-1/+4
PRINTF_HAS_LONG_LONG.
1995-04-10 * config/mips/xm-irix5.h: turn on CC_has_LONG_LONG andKung Hsu3-0/+10
PRINTF_HAS_LONG_LONG. * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
1995-04-10always keep MPW support filesStan Shebs1-8/+2
1995-04-10Merge MPW ChangeLog with generic ChangeLogStan Shebs2-36/+25
1995-04-10 * Makefile.in: move {all,check,install}-gdb from *_MODULESJason Molenda1-0/+5
to *_X11_MODULES due to gdbtk needing X include files et al.
1995-04-10Added "regPacket.h" to "Things to Keep"David H. Webster1-0/+1
1995-04-10Added the following files to "Things to Keep":David H. Webster1-0/+3
est.exp rom68k.exp slite-gdb.exp
1995-04-10Added "remote-vx68.c" and "remote-vx960.c" to "Things to Keep"David H. Webster1-0/+2
1995-04-10Removed alpha-regdef.h from "Things to Lose"David H. Webster1-2/+0
1995-04-10Removed the following files from "Things to Keep":David H. Webster1-3/+0
alpha-nw.mt gdbserve.mt tm-alphanw.h
1995-04-10Removed "nlmstub.def" from "Things to Keep"David H. Webster1-1/+0