aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-08-26Flush defunct sim_kill.Andrew Cagney24-92/+48
1997-08-26Mon Aug 25 17:08:01 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-6/+4
* ocd.c: revert Sun change -- enable log file handling
1997-08-25Rebuild with latest devo autoconf for NT supportChris Provenzano2-72/+75
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney41-513/+3424
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
1997-08-25Fixed minor buglet in compatible.Nick Clifton1-0/+4
1997-08-25Added magic numbers for V850E and V850EQ.Nick Clifton3-4/+81
1997-08-25Set machine architecture and type.Nick Clifton2-0/+20
1997-08-25Switched over to using machine numbers to distinguish v850 architecture ↵Nick Clifton11-196/+429
variants.
1997-08-25Rebuilt configure with latest devo autoconf for NT support.Chris Provenzano2-8/+19
1997-08-25 * symbols.c (resolve_symbol_value): Store the value back into theIan Lance Taylor2-122/+176
symbol expression, to handle add or subtract simplification correctly. Handle O_symbol_rva. Add default case.
1997-08-25 * config/tc-ppc.c (ppc_change_csect): Temporarily lower theIan Lance Taylor1-0/+8
chunksize while creating the new subsection. * as.c (chunksize): Initialize to zero. * subsegs.c (subseg_set_rest): Change 5000 to chunksize when calling obstack_begin.
1997-08-25Support constant expressions as register lists.Nick Clifton2-21/+111
1997-08-25 * syms.c (_bfd_stab_section_find_nearest_line): Clear theIan Lance Taylor1-0/+5
cached_stab field if the offset prevents us from using the cache.
1997-08-25 * gas/m32r/relax-1.[ds]: New testcase.David Edelsohn4-13/+36
* gas/m32r/m32r.exp: Run it.
1997-08-25Fixed node name.Nick Clifton2-1/+6
1997-08-25Added rules to build cpu-v850e.lo and cpu-v850eq.lo object files.Nick Clifton2-1/+30
1997-08-25Switch from C++ style comment to C style.Nick Clifton1-2/+2
1997-08-25 * aout-target.h (MY(vec)): Add SEC_CODE and SEC_DATA to sectionIan Lance Taylor1-0/+19
flags. * aout-arm.c (aout_arm_little_vec): Likewise. (aout_arm_big_vec): Likewise. * bout.c (b_out_vec_big_host): Likewise. (b_out_vec_little_host): Likewise. * mipsbsd.c (aout_mips_little_vec): Likewise. (aout_mips_big_vec): Likewise.
1997-08-25Sun Aug 24 21:16:59 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-0/+11
* ocd.c: comment out sections that create and flush wigglers.log log file when using the wiggler.
1997-08-23fix v850 sanitizationIan Lance Taylor1-0/+1
1997-08-22Added documentation of v850 assembler options.Nick Clifton5-4/+377
1997-08-22Make the NUL character be considered to be a line terminator.Nick Clifton2-6/+41
1997-08-22Add support for curly brace register list syntax.Nick Clifton2-33/+119
1997-08-22Updated with respect to the HDD-tool-0611 document.Nick Clifton2-58/+82
1997-08-22Added new flag: V850_NOT_R0 to indicate that r0 is not a valid register forNick Clifton2-8/+35
this operand.
1997-08-22Updated from specs in HDD-tool-0611 document.Nick Clifton3-93/+271
1997-08-21Thu Aug 21 16:18:08 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer3-2/+10
* config/powerpc/ppc-eabi.mt: * config/powerpc/ppc-sim.mt: * config/powerpc/ppcle-eabi.mt: * config/powerpc/ppcle-sim.mt: ser-ocd.c needs to be before other ocd-related files in TDEPFILES
1997-08-21Thu Aug 21 14:56:04 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer4-26/+50
* ppc-bdm.c (bdm_ppc_wait): stop printfing ecr, der * ocd.c: initialize remote_timeout (ocd_wait): while looping, call ocd_do_command with OCD_AYT (ocd_get_packet): remove find_packet goto. If there isn't an 0x55 at the start, something is quite wrong so error out instead of advancing in the packet and trying again. If checksum is invalid, print error message instead of trying again. * ser-ocd.c (ocd_readchar): error if we attempt to read past the end of the from_wiggler_buffer.
1997-08-21Fixed v850_section to cope with original section styles as well.Nick Clifton1-15/+8
1997-08-21Moved divh opcodes next to each other.Nick Clifton2-278/+592
1997-08-21Add support for parsing a double dash as the start of a comment that extends ↵Nick Clifton1-0/+5
to the end of the line.
1997-08-21Added support for NEC style assembler pseudo ops:Nick Clifton2-14/+98
.section "name", <type> .offset <expression> .bss
1997-08-21 * pr-9946.exp: Ditto.Bob Manson4-3/+6
* gch1280.exp: Ditto. * gch1272.exp: Ditto.
1997-08-21 * enum.exp: More quoting fixes.Bob Manson2-1/+5
*sigh*
1997-08-21 * config/tc-m32r.c (md_estimate_size_before_relax): Update recordedDavid Edelsohn1-0/+10
insn when changing to a different instruction.
1997-08-20Added N step divide routines, courtesy of Sugimoto at NEC.Nick Clifton2-218/+338
1997-08-20Fixed interpretation of SR bit in list18 structures.Nick Clifton2-640/+1943
1997-08-20 * ldlang.c (wildcardp): Don't let a backslash by itself cause aIan Lance Taylor2-26/+44
pattern to be treated as a wildcard pattern. PR 13113.
1997-08-20 * ldgram.y (atype): Accept parentheses with no type.Ian Lance Taylor1-0/+26
* ld.texinfo (Section Definition): Clarify use of whitespace. (Section Placement): Likewise. PR 13112.
1997-08-19oops - fixed bugs in new v850e/q rules.Nick Clifton1-3/+4
1997-08-19Tue Aug 19 08:59:12 1997 Fred Fish <fnf@cygnus.com>Fred Fish2-1/+17
* read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to flag when alignment is in bytes instead of power of 2, and code to use that flag to convert alignment to bytes. (s_lcomm, s_lcomm_bytes): New helpers that call s_lcomm_internal. * read.h (s_lcomm_bytes): Add prototype. * config/obj-coff.c (write_object_file): If ALIGNMENT_IN_S_FLAGS is defined, write alignment to alignment bits in section header s_flags rather than the s_align field. start-sanitize-tic80 * config/obj-coff.h (ALIGNMENT_IN_S_FLAGS): Define for TC_TIC80. * config/tc-tic80.c (md_pseudo_table): Use s_lcomm_bytes for bss pseudo, instead of s_lcomm which wants a power of two for alignment. end-sanitize-tic80 PR 12215 and PR 13061
1997-08-19 * coff-i960.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1.Fred Fish3-7/+76
(GET_SCNHDR_ALIGN, PUT_SCNHDR_ALIGN): Define. * coff-m88k.c (GET_SCNHDR_NRELOC, GET_SCNHDR_NLNNO): Define. * coffcode.h (coff_set_alignment_hook): Conditionally compile in if COFF_ALIGN_IN_SECTION_HEADER is defined. Convert alignment to power of two for I960 only. * coffswap.h (GET_SCNHDR_NRELOC, PUT_SCNHDR_NRELOC, GET_SCNDHR_NLNNO, PUT_SCNHDR_NLNNO, GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Provide default definitions. (coff_swap_scnhdr_in): Use GET_SCNHDR_FLAGS, GET_SCNHDR_NRELOC, GET_SCNHDR_NLNNO, and GET_SCNHDR_ALIGN. (coff_swap_scnhdr_out): Use PUT_SCNHDR_FLAGS, PUT_SCNHDR_ALIGN. start-sanitize-tic80 * Makefile.in (coff-tic80.o): Depends upon coffswap.h. * coff-tic80.c (COFF_ALIGN_IN_SECTION_HEADER): Define to 1. (GET_SCNHDR_FLAGS, PUT_SCNHDR_FLAGS): Define *coffcode.h (coff_write_object_contents): Set alignment field in section header for TIC80COFF files. end-sanitize-tic80 PR 12215 and PR 13061
1997-08-19 * objfiles.c (objfile_relocate): Add call to breakpoint_re_setFred Fish2-3/+3
after relocations are complete. * remote-vx.c (vx_add_symbols): Remove call to breakpoint_re_set, this is now done in objfile_relocate. PR 11308
1997-08-19 * macro.c (check_macro): use alloca instead of xmalloc to plug leak.Richard Henderson1-0/+4
1997-08-19 * as.c (show_usage): Add -am.Richard Henderson2-2/+51
* input-scrub.c (input_scrub_include_sb): Don't add leading \n if we've already got one. * listing.c (struct list_info_struct): Add line_contents. (listing_newline): Put unused argument to work: if non-null, save it... (listing_listing): ... and regurgitate during listing instead of line from file. * listing.h (LISTING_MACEXP): New define. (LISTING_NEWLINE): Argument is NULL. * read.c (read_a_source_file): If expanding macros, break up input lines and pass them to listing_newline. * doc/as.texinfo: Document -ac and -am. * cond.c (s_ifc): Add missing demand_empty_rest_of_line.
1997-08-18 * win32-nat.c (handle_exception): Return a value indicatingIan Lance Taylor2-4/+25
whether the exception was handled. Don't handle random exceptions the first time around, so that structured exception handling works. (child_wait): Check the return value of handle_exception. Set the continue_status argument to ContinueDebugEvent accordingly.
1997-08-18Add support for v850e and v850eq targets.Nick Clifton4-4/+198
Add support for BFD_RELOC_V850_PCREL relocation.
1997-08-18Add support for v850e and v850eq target.Nick Clifton3-0/+78
1997-08-18Add support for v850e and v850eq targets.Nick Clifton3-56/+86
Add support for BFD_RELOC_V850_16_PCREL.
1997-08-18Add support for v850e and v850eq targets.Nick Clifton5-12/+122