Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-12-17 | o Fix code deleting psymtab entry from objfile's list. | Andrew Cagney | 6 | -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-17 | Fixed segmentation violation detected by LD testsuite. | Nick Clifton | 1 | -0/+3 | |
1997-12-17 | Make sure NOPS are inserted between 32-bit multiply and load or 16-bit ↵ | Michael Meissner | 2 | -64/+208 | |
multiply; Compile cleanly with -Wall; Add -n/-N options | |||||
1997-12-17 | Wed Dec 17 10:47:05 1997 Michael Snyder (msnyder@cleaver.cygnus.com) | Michael Snyder | 2 | -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-17 | add sanitize markers | David Taylor | 1 | -1/+7 | |
1997-12-17 | Fail if there is not enough room for program headers. | Nick Clifton | 1 | -0/+5 | |
1997-12-17 | * lexsup.c (parse_args): Keep track of where we are in the option | Ian Lance Taylor | 1 | -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 Taylor | 2 | -1/+9 | |
1997-12-17 | Allow d30v to build libide once again | Michael Meissner | 2 | -3/+6 | |
1997-12-17 | add dwarf2.c | Gavin Romig-Koch | 1 | -0/+1 | |
1997-12-16 | * configure.tgt: Change little-endian tx39 target name to tx39l. | Mark Alexander | 2 | -2/+9 | |
start-sanitize-tx19 * configure.tgt: Change little-endian tx19 target name to tx19l. end-sanitize-tx19 | |||||
1997-12-16 | Sanitize recent tic80 change. | Mark Alexander | 1 | -0/+2 | |
1997-12-16 | * config/tc-tic80.c (tic80_relax): New static variable. | Fred Fish | 2 | -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 bit | Fred Fish | 1 | -0/+8 | |
PC relative offset forms before the 15 bit forms. An assembler command line option now chooses the default. PR 12927 | |||||
1997-12-16 | mips tweaks from vr5400 branch -- deal with cpus w/interlocks a little better | Ken Raeburn | 1 | -0/+9 | |
1997-12-16 | * Makefile.in (LIBGUI): New variable. | Ian Lance Taylor | 3 | -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-16 | note that the fix for --enable-shared is not the real way it needs to | Brendan Kehoe | 2 | -0/+6 | |
be done; libtool.m4 needs a change of some sort instead | |||||
1997-12-16 | Fixed m32rx sanitization | Nick Clifton | 2 | -5/+5 | |
1997-12-16 | sanitize out libide unless keep-ide | Ian Lance Taylor | 4 | -20/+24 | |
1997-12-16 | Added m32rx sanitization. | Nick Clifton | 5 | -0/+96 | |
1997-12-16 | Added m32rx sanitization | Nick Clifton | 1 | -0/+28 | |
1997-12-16 | Added m32rx sanitization. | Nick Clifton | 2 | -3/+38 | |
1997-12-16 | * Makefile.in: Add libgui directory. | Ian Lance Taylor | 5 | -8/+22 | |
(GDB_TK): Add all-libgui. * configure.in: Add libgui directory. * configure: Add all-libgui to GDB_TK. | |||||
1997-12-16 | Added m32rx sanitization | Nick Clifton | 1 | -0/+28 | |
1997-12-16 | * mips-opc.c: Add many missing r5900 instructions. | Jeff Law | 1 | -0/+6 | |
1997-12-16 | Better optimize parallel instructions | Michael Meissner | 2 | -68/+323 | |
1997-12-16 | fix tab problem | Michael Meissner | 1 | -1/+1 | |
1997-12-16 | * gas/mips/r5900.s: Add more r5900 tests. | Jeff Law | 1 | -0/+3 | |
* gas/mips/r5900.d: Corresponding changes. | |||||
1997-12-16 | Set new d30v opcode flag bits in appropriate instructions. | Michael Meissner | 1 | -0/+7 | |
1997-12-16 | * gas/mips/r5900.s: New testcase for r5900 insns. | Jeff Law | 6 | -0/+149 | |
* gas/mips/r5900.d: Support file for r5900 tests. * gas/mips/mips.exp: Run r5900 tests too. | |||||
1997-12-16 | * remote-sim.c (gdbsim_open): Use "--architecture" instead of | Jeff Law | 2 | -2/+7 | |
ambigious short form. | |||||
1997-12-16 | Add armcoff.em to list of kept files. | Nick Clifton | 1 | -0/+1 | |
1997-12-16 | Added c-m32r.exi to list of kept files. | Nick Clifton | 1 | -0/+1 | |
1997-12-16 | Prevent use of interworking support in non-COFF targets. | Nick Clifton | 1 | -0/+5 | |
1997-12-16 | back trace now works when using external memory and frameless functions; all | David Taylor | 3 | -22/+58 | |
arguments are passed in args registers until we run out; finding saved regs now has two offsets not just one doing double duty. TARGET_READ_SP / TARGET_WRITE_SP are (temporarily?) commented out. | |||||
1997-12-16 | Add _bfd_dwarf2_find_nearest_line. | Gavin Romig-Koch | 3 | -110/+118 | |
1997-12-16 | Add m32r to multilib support. | Nick Clifton | 2 | -51/+78 | |
1997-12-16 | improve support for m32rx processor. | Nick Clifton | 3 | -4/+21 | |
1997-12-16 | Document new --m32rx command line option. | Nick Clifton | 4 | -9/+71 | |
1997-12-15 | Add support for --m32rx command line option. | Nick Clifton | 2 | -13/+70 | |
1997-12-15 | * coffcode.h (ALIGN_SECTIONS_IN_FILE): Define if I960 not defined. | Fred Fish | 1 | -0/+9 | |
(coff_compute_section_file_positions): Use ALIGN_SECTIONS_IN_FILE to decide when to align the file sections for paging. * coffcode.h (ALIGN_SECTIONS_IN_FILE): Undefine for TIC80COFF. PR 13814 | |||||
1997-12-15 | Add support for m32rx processor. | Nick Clifton | 6 | -79/+1692 | |
1997-12-15 | * configure: Only build libopcodes shared if --enable-shared's value | Brendan Kehoe | 1 | -0/+6 | |
was `yes', or was set to `*opcodes*'. * aclocal.m4: Likewise. so `--enable-shared=libstdc++' doesn't result in building a shared libopcodes only an interim fix, this is the incorrect formal approach since alocal.m4 itself is generated via what's in devo/libtool/libtool.m4; we need to find a way to have that somehow hold the real fix. | |||||
1997-12-15 | * configure: Only build libbfd shared if --enable-shared's value | Brendan Kehoe | 2 | -109/+151 | |
was `yes', or was set to `*bfd*'. * aclocal.m4: Likewise. so `--enable-shared=libstdc++' doesn't result in building a shared libbfd. | |||||
1997-12-15 | * mips-opc.c (mtpc, mfpc, mtps, mfps): Add r5900 variants. | Jeff Law | 2 | -191/+214 | |
Also move 'P' handling out of vr5400 sanitized code so it can be used on r5900 too. | |||||
1997-12-15 | Move 'P' and PERFREG stuff outside of the vr5400 sanitization markers. | Jeff Law | 1 | -1/+2 | |
1997-12-15 | * gas/mips/vr5400.s: Tweak mfpc, mtpc, mfps, mfps, and mtps for | Jeff Law | 1 | -0/+8 | |
better testing coverage. * gas/mips/vr5400.d: Corresponding changes. | |||||
1997-12-15 | * config/tc-mips.c (mips_ip): Correctly insert 'P' operands into | Jeff Law | 1 | -0/+5 | |
the instruction. | |||||
1997-12-15 | Revert addition of test suite from Alcatel --- we don't have papers | Jim Blandy | 3 | -83/+0 | |
for these. Changes bracketed with tags jimb_pre_revert_pr13812, jimb_post_revert_pr13812, so we can easily re-add them when we receive papers. | |||||
1997-12-15 | When using sigaction() to install cntrl-c handler do not also use signal(). | Andrew Cagney | 2 | -2/+5 | |