aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-12-16back trace now works when using external memory and frameless functions; allDavid Taylor3-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-16Add _bfd_dwarf2_find_nearest_line.Gavin Romig-Koch3-110/+118
1997-12-16Add m32r to multilib support.Nick Clifton2-51/+78
1997-12-16improve support for m32rx processor.Nick Clifton3-4/+21
1997-12-16Document new --m32rx command line option.Nick Clifton4-9/+71
1997-12-15Add support for --m32rx command line option.Nick Clifton2-13/+70
1997-12-15 * coffcode.h (ALIGN_SECTIONS_IN_FILE): Define if I960 not defined.Fred Fish1-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-15Add support for m32rx processor.Nick Clifton6-79/+1692
1997-12-15 * configure: Only build libopcodes shared if --enable-shared's valueBrendan Kehoe1-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 valueBrendan Kehoe2-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 Law2-191/+214
Also move 'P' handling out of vr5400 sanitized code so it can be used on r5900 too.
1997-12-15Move 'P' and PERFREG stuff outside of the vr5400 sanitization markers.Jeff Law1-1/+2
1997-12-15 * gas/mips/vr5400.s: Tweak mfpc, mtpc, mfps, mfps, and mtps forJeff Law1-0/+8
better testing coverage. * gas/mips/vr5400.d: Corresponding changes.
1997-12-15 * config/tc-mips.c (mips_ip): Correctly insert 'P' operands intoJeff Law1-0/+5
the instruction.
1997-12-15Revert addition of test suite from Alcatel --- we don't have papersJim Blandy3-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-15When using sigaction() to install cntrl-c handler do not also use signal().Andrew Cagney2-2/+5
1997-12-15(Mostly from Gavin Koch)Andrew Cagney8-11/+109
In dwarf2read.c, if the ABI is 32 bit and 64 bit addresses are encountered discard the most significant 32 bits. Use CORE_ADDR for address variables instead of long. Add more explicit tx49 configur target. Check/use sigaction/SA_RESTART in remote-sim.c
1997-12-15In nrun.c, look for sigaction & SA_RESTART. When both present,Andrew Cagney4-56/+65
install cntrl-c (SIGINT) handler with no SA_RESTART bit set.
1997-12-15Restore value of Makefile variable VERSION to 4.16.1.Andrew Cagney1-12/+8
Was clobered during one of the Foundry merges.
1997-12-13For MADD et.al. instructions sign extend 32 bit result assigned to aAndrew Cagney2-2/+9
register.
1997-12-13 * config/tc-tic80.c (build_insn): Handle instructions that haveFred Fish2-16/+44
long (32 bit) PC relative offsets. Fix places that previously misused R_MPPCR for 15 bit offsets to use the new R_MPPCR15W type. (md_apply_fix): Add case to handle long PC relative offsets. PR 12927
1997-12-13 * tic80-opc.c (OFF_SL_PC, OFF_SL_BR): Minor formatting change.Fred Fish2-72/+82
(tic80_opcodes): Reorder table entries to put the 32 bit PC relative offset forms before the 15 bit forms, to default to the long forms. PR 12927
1997-12-12Fixed bug in previous delta (strcmp <=> streq)Nick Clifton1-2/+2
1997-12-12 * configure.in (sim_igen_filter): Multi-sim vr5000 - vr5000 orJeff Law3-43/+55
vr5400 with the vr5000 as the default.
1997-12-12Renamed v850eq -> v850eaNick Clifton3-35/+14
1997-12-12sanitize out dependency of all-libide on all-iluIan Lance Taylor1-1/+4
1997-12-12Renamed v850eq -> v850eaNick Clifton9-244/+209
1997-12-12Renamed v850eq -> v850eqNick Clifton1-6/+6
1997-12-12Renamed v850eq -> v850eaNick Clifton3-5/+28
1997-12-12Fixed v850e sanitization markers.Nick Clifton1-5/+3
1997-12-12 * Makefile.in (all-target-gperf): Change dependency toBrendan Kehoe2-6/+11
all-target-libstdc++. to go w/ the changes taking out use of libg++ in gperf
1997-12-12Add support for more ARM processor names.Nick Clifton2-137/+344
1997-12-12 * alpha-opc.c (cvttq/*u*): Remove, as that suffix is invalid.Richard Henderson1-0/+4
1997-12-12 From change made to branch by Bob Manson <manson@cygnus.com>:Mark Alexander2-13/+31
* tic80-tdep.c (tic80_push_arguments): The compiler always passes structs by reference.
1997-12-12Parent directory renamed.Nick Clifton27-1884/+0
1997-12-12 * linker.c (generic_link_add_symbol_list): Always init udata.p soRichard Henderson1-0/+6
that the generic relaxation code can function when input and output file formats are mismatched.
1997-12-12 * config/tc-m68k.c (m68k_ip): Don't overwrite opcode table data.Richard Henderson1-0/+8
(insop, m68k_ip): Make `opcode' const so it doesn't happen again.
1997-12-11Thu Dec 11 14:28:01 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder3-10/+8
* tracepoint.c (trace_find_command): don't error if going backwards thru the trace buffer in a loop. * (struct tracepoint): delete unused field.
1997-12-11clean up sloppy Changelog entriesKeith Seitz1-13/+18
1997-12-11Don't run mips16 tests for tx49.Gavin Romig-Koch2-3/+33
1997-12-11Rename d30velf_{o,e} to be unique within 8 charactersMichael Meissner5-32/+15
1997-12-11 * coff-sh.c (bfd_coff_small_swap_table): Initialize new fields.Ian Lance Taylor1-0/+12
1997-12-11 * elf.c (assign_file_positions_for_segments): For a loadableIan Lance Taylor1-23/+32
section, make sure that the load address is correct relative to the load address of the segment plus the size of the segment so far.
1997-12-11 * coffcode.h (_coff_link_output_has_begun): Make static.Ian Lance Taylor1-13/+89
(_coff_final_link_postscript): Likewise.
1997-12-11 * elflink.h (elf_link_input_bfd): Handle a relocateable link inIan Lance Taylor2-3/+34
which a relocation refers to an indirect or warning symbol.
1997-12-11sanitization fixes. (files not mentioned, fences misspelled)Felix Lee7-12/+32
1997-12-11always keep tracepoint.{c,h}Keith Seitz1-2/+2
1997-12-11 * gdbtk.c (gdb_get_tracepoint_info): use info in structKeith Seitz1-25/+42
symtab_and_line, not struct tracepoint arrange data more like gdb_get_breakpoint_info (tracepoint_notify): use info in struct symtab_and_line, not struct tracepoint (gdbtk_init): add command "gdb_get_tracepoint_list" into interpreter (gdb_get_tracepoint_list): new function
1997-12-11changed d10v instruction patterns to d30v ones and made them defines ratherDavid Taylor3-136/+371
than sprinkled throughout the code. changes to several functions; backtraces now work and calling functions in the inferior partially works. Registers do not yet track the frame.
1997-12-11 * mips.igen (MSUB): Fix to work like MADD.Jeff Law3-568/+476
* gencode.c (MSUB): Similarly.