aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-12-22rebuildIan Lance Taylor2-4/+51
1997-12-22 * configure.in (i386*-go32-rtems*): Fix to be the same asIan Lance Taylor3-4/+10
i[3456]86-go32. * configure: Rebuild.
1997-12-22Mon Dec 22 13:04:33 1997 Joel Sherrill <joel@oarcorp.com>Ian Lance Taylor2-8/+26
* config.bfd (i[3456]86*-go32-rtems*): Fix to be the same as i[3456]86-go32.
1997-12-22 * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,Ian Lance Taylor2-18/+62
M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB, or M_S_DOB. (mips_ip): Always check for FP_D, not just for instructions that are not part of the regular ISA.
1997-12-22 * gas/mips/r5900.d: Update for current disassembler.Ian Lance Taylor1-0/+6
1997-12-22 * mips-opc.c: Add FP_D to s.d instruction flags.Ian Lance Taylor2-1/+32
1997-12-22 * rclex.l: Don't permit a comma in a STRING.Ian Lance Taylor2-1/+28
* rcparse.y (acc_entry): Warn if an inappropriate modifier is used with a non VIRTKEY. (acc_event): For a control character, set VIRTKEY, and force the character to uppercase. (acc_options): Don't require a comma separator.
1997-12-22don't mention sanitization in ChangeLogIan Lance Taylor1-0/+4
1997-12-21Got backtrace working when calling from framefull routines into framelessDavid Taylor1-6/+77
routines.
1997-12-21move sanitization check from Things-to-lose to Do-lastIan Lance Taylor1-3/+2
1997-12-19improved end-of-stack handling.David Taylor3-9/+31
1997-12-18* config/tc-d10v.c (build_insn): Make `number' a long for 64-bit hosts.Richard Henderson1-0/+4
1997-12-18* config/tc-alpha.c (cpu_types): 21164pc/pca56 does not have CIX.Richard Henderson1-0/+4
1997-12-18Files for testing m32rx instruction set.Nick Clifton3-0/+23
1997-12-18 * mkdep: New file, currently sanitized out.Doug Evans1-0/+3
1997-12-18Updated tests to match changes in disassemblerNick Clifton1-0/+6
1997-12-18fix d30v sanitizationIan Lance Taylor1-1/+1
1997-12-17 * expr.c (integer_constant 32bit bignum): Mask off bits outsideJeff Law2-4/+34
the range we care about.
1997-12-17Start d30v documentationMichael Meissner1-0/+36
1997-12-17From gavink, for shorter-than-int integer values, on big endian hostAndrew Cagney1-0/+6
store in correct location.
1997-12-17keep lb-xgot-ilocks.dKen Raeburn1-0/+1
1997-12-17o Fix code deleting psymtab entry from objfile's list.Andrew Cagney6-70/+75
Only worked if the first element in the list was being deleted. o When MAINLINE (reading main objectfile and need to clear out old data), change elfread.c so that the psymbol table is emptied once (in elf_symfile_read) instead of multiple times in each *_read_psymtab function. o For elf_symfile_read, load dwarf2 symbols last (so that they are searched for first). o In mdebug_psymtab_read, delete check to see if symbols for current source file already loaded. Test doesn't work for .h files. Above change works better
1997-12-17Fixed segmentation violation detected by LD testsuite.Nick Clifton1-0/+3
1997-12-17Make sure NOPS are inserted between 32-bit multiply and load or 16-bit ↵Michael Meissner2-64/+208
multiply; Compile cleanly with -Wall; Add -n/-N options
1997-12-17Wed Dec 17 10:47:05 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-8/+18
* tracepoint.c (set_raw_tracepoint): initialize addr_string to NULL; (trace_actions_command): call readline_begin_hook only if from_tty is true.
1997-12-17add sanitize markersDavid Taylor1-1/+7
1997-12-17Fail if there is not enough room for program headers.Nick Clifton1-0/+5
1997-12-17 * lexsup.c (parse_args): Keep track of where we are in the optionIan Lance Taylor1-0/+7
parsing before calling ldemul_parse_args, so that we don't call it multiple times on the same argument and confuse the getopt internals.
1997-12-17 * configure: Only put libide in GDB_TK if --enable-ide.Ian Lance Taylor2-1/+9
1997-12-17Allow d30v to build libide once againMichael Meissner2-3/+6
1997-12-17add dwarf2.cGavin Romig-Koch1-0/+1
1997-12-16 * configure.tgt: Change little-endian tx39 target name to tx39l.Mark Alexander2-2/+9
start-sanitize-tx19 * configure.tgt: Change little-endian tx19 target name to tx19l. end-sanitize-tx19
1997-12-16Sanitize recent tic80 change.Mark Alexander1-0/+2
1997-12-16 * config/tc-tic80.c (tic80_relax): New static variable.Fred Fish2-6/+48
(md_longopts): Add new OPTION_RELAX and OPTION_NO_RELAX options. (md_parse_option): Handle new relax options. (md_show_usage): Document new relax options. (find_opcode): Don't use short forms of PC relative branches if tic80_relax is set. PR 12927
1997-12-16 * tic80-opc.c (tic80_opcodes): Revert change that put the 32 bitFred Fish1-0/+8
PC relative offset forms before the 15 bit forms. An assembler command line option now chooses the default. PR 12927
1997-12-16mips tweaks from vr5400 branch -- deal with cpus w/interlocks a little betterKen Raeburn1-0/+9
1997-12-16 * Makefile.in (LIBGUI): New variable.Ian Lance Taylor3-138/+152
(GUI_CFLAGS_X): New variable. (IDE_CFLAGS): Add $(GUI_CFLAGS_X). * configure.in: Add $(LIBGUI) to TCL_LIBS and CONFIG_DEPS. * configure: Rebuild.
1997-12-16note that the fix for --enable-shared is not the real way it needs toBrendan Kehoe2-0/+6
be done; libtool.m4 needs a change of some sort instead
1997-12-16Fixed m32rx sanitizationNick Clifton2-5/+5
1997-12-16sanitize out libide unless keep-ideIan Lance Taylor4-20/+24
1997-12-16Added m32rx sanitization.Nick Clifton5-0/+96
1997-12-16Added m32rx sanitizationNick Clifton1-0/+28
1997-12-16Added m32rx sanitization.Nick Clifton2-3/+38
1997-12-16 * Makefile.in: Add libgui directory.Ian Lance Taylor5-8/+22
(GDB_TK): Add all-libgui. * configure.in: Add libgui directory. * configure: Add all-libgui to GDB_TK.
1997-12-16Added m32rx sanitizationNick Clifton1-0/+28
1997-12-16 * mips-opc.c: Add many missing r5900 instructions.Jeff Law1-0/+6
1997-12-16Better optimize parallel instructionsMichael Meissner2-68/+323
1997-12-16fix tab problemMichael Meissner1-1/+1
1997-12-16 * gas/mips/r5900.s: Add more r5900 tests.Jeff Law1-0/+3
* gas/mips/r5900.d: Corresponding changes.
1997-12-16Set new d30v opcode flag bits in appropriate instructions.Michael Meissner1-0/+7