aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-10-21 * ch-exp.c: Rename FIELD_NAME to DOT_FIELD_NAME (to avoid conflict).Per Bothner2-5/+9
1997-10-21 * config/tc-sparc.c (md_apply_fix3, cases ..._H44, ..._HIX22): LeaveDoug Evans2-7/+5
overflow signalling to linker.
1997-10-21 * simops.c: Correctly handle register restores for "ret" and "retf"Jeff Law2-66/+71
instructions. pr13306 related stuff.
1997-10-21Use SIM*_OVERFLOW_RESULT defined in sim-alu.hAndrew Cagney2-2/+7
1997-10-21Pacify GCC -WallAndrew Cagney1-0/+6
1997-10-21Output pc profile statistics once gathered.Andrew Cagney2-9/+5
1997-10-21Delete profile support from MIPS simulator, use sim/common/sim-profileAndrew Cagney5-225/+46
module instead. Generate a "gmon.out" (gprof) when profiling the target PC. Add target PC profiling option --profile-pc-granularity (bucket size)
1997-10-20 * configure.in (sparc64): Set arch to v9-64.Doug Evans3-3/+5
* configure: Regenerated.
1997-10-20Various fixes for openvms/alpha.Ian Lance Taylor3-3/+16
1997-10-20Mon Oct 20 15:31:43 1997 Klaus K"ampf <kkaempf@progis.de>Ian Lance Taylor1-0/+4
* configure.com (HAVE_SBRK): Undefine.
1997-10-20Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>Ian Lance Taylor2-9/+27
* makefile.vms: Fix to work with DEC C.
1997-10-20various evax patchesIan Lance Taylor8-39/+215
1997-10-20Mon Oct 20 15:01:27 1997 Klaus K"ampf <kkaempf@progis.de>Ian Lance Taylor2-7/+22
* evax-egsd.c: make section flags dec c compatible
1997-10-20Mon Oct 20 14:54:06 1997 Klaus K"ampf <kkaempf@progis.de>Ian Lance Taylor1-0/+4
* config/obj-evax.c: support .weak pseudo-op
1997-10-20 * ld-srec/sr3.cc: Add definitions for terminate, __terminate, andIan Lance Taylor2-6/+37
__throw, since the current g++ expects them to be defined.
1997-10-20 * tc-sparc.c (default_arch_size): New static local.Doug Evans2-21/+91
(struct sparc_arch): Rename arch_size to default_arch_size. New member user_option_p. (sparc_arch_table): Always include v9, v9a. New entry v9-64. (init_default_arch): Check whether default arch is valid. Set default_arch_size in addition to sparc_arch_size. (OPTION_32,OPTION_64): Define. (md_longopts): New entries for -32, -64. (md_parse_option): Handle them. (md_show_usage): Print them. Ensure init_default_arch called.
1997-10-20 * som.c (normalize): Delete function.Jeff Law1-0/+7
(som_bfd_ar_write_symbol_stuff): New parameter elength. All callers changed. Use passed in elength to determine size of the extended name table instead of computing it again.
1997-10-20fix ChangeLog entryIan Lance Taylor1-4/+3
1997-10-20 * peicode.h (coff_swap_scnhdr_out): Don't clobber other flagIan Lance Taylor1-0/+6
settings when setting IMAGE_SCN_MEM_READ. From Jim Wilson <wilson@cygnus.com>.
1997-10-20Have single bit macros return an unsigned result. Avoids risk (andAndrew Cagney2-16/+33
need) of sign extending results.
1997-10-20Make mips registers of type unsigned_word.Andrew Cagney3-3/+14
Ensure all references to MIPS registers use same type.
1997-10-20 * som.c (som_bfd_ar_write_symbol_stuff): Account for trailingJeff Law2-68/+94
'/' in the extended name table.
1997-10-20Add 8 bit arithmetic to sim-alu.Andrew Cagney3-2/+15
Fix flags (Carry, oVerflow) for negate and subtract. Add ALU*_RESULT macros for accessing final result of ALU op.
1997-10-19 * write.c (subsegs_finish): New function, broken out ofIan Lance Taylor3-98/+217
write_object_file. (write_object_file): Some code moves into subsegs_finish. * write.c (subsegs_finish): Declare. * as.c (main): Call subsegs_finish. Fixes last frag when generating a listing for a file with an error.
1997-10-19 * read.c (s_include): Check for error return fromIan Lance Taylor1-0/+5
demand_copy_string. PR 13566.
1997-10-17 * infcmd.c: Improve grammar of "set args" help.Stan Shebs1-0/+4
1997-10-17opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39.Gavin Romig-Koch2-2/+6
1997-10-17 * ldlang.c (lang_register_vers_node): Only check globals<=>locals,Richard Henderson2-23/+41
since we need to be able to export different versions of the same symbol.
1997-10-17 * elflink.h (elf_link_assign_sym_version): For explicitly versionedRichard Henderson2-16/+31
symbols, check globals list before matching on locals.
1997-10-17Preliminary tests for sim-alu module.Andrew Cagney3-0/+189
1997-10-16Make decl of sds_load staticMichael Meissner2-1/+5
1997-10-16opcodes/mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.Gavin Romig-Koch2-1/+7
1997-10-16fix typoMichael Meissner1-1/+1
1997-10-16Fix mangled patchMichael Meissner2-12/+7
1997-10-16Move register definitions and macros out of interp.c and into sim-main.hAndrew Cagney4-274/+362
1997-10-16Checkpoint IGEN version of MIPS simulator.Andrew Cagney1-248/+218
1997-10-16Rename generated file engine.c to oengine.c.Andrew Cagney3-6/+13
1997-10-16* gencode.c (build_instruction): Use FPR_STATE not fpr_state.Andrew Cagney2-6/+10
1997-10-16* gencode.c (build_instruction): For "FPSQRT", output correct numberAndrew Cagney2-1/+8
of arguments to Recip.
1997-10-16* gen-semantics.c (print_semantic_body): Use CIA not cia.ip. EscapeAndrew Cagney1-0/+6
newlines at end of generated call to sim_engine_abort.
1997-10-15 * peicode.h (pe_mkobject_hook): Set DLL flag.Ian Lance Taylor2-1/+8
(pe_bfd_copy_private_bfd_data): Copy DLL flag.
1997-10-15* sparc/tm-sparc.h (STORE_STRUCT_RETURN): Change to handle --enable-64-bit-bfd.David Edelsohn1-0/+1
1997-10-15 (STORE_STRUCT_RETURN): Change to handle --enable-64-bit-bfd.David Edelsohn1-1/+3
1997-10-15 * scripttempl/pe.sc: Put .stab and .stabstr sections at end.Ian Lance Taylor2-9/+16
1997-10-15 * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_DISCARDABLEIan Lance Taylor2-3/+18
for .stab* sections. Replace strlen of constant strings with number.
1997-10-15 * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Mask off displacementDavid Edelsohn2-1/+7
to 30 bits in call insn to handle --enable-64-bit-bfd.
1997-10-15 * gas/ieee-fp/x930509a.s: Tweak slightly to work on the PA.Jeff Law1-0/+2
[ pseudo-ops and directives must not start in column zero on the PA. ]
1997-10-15 * gas/hppa/unsorted/unsorted.exp: Update for recent disassemblerJeff Law1-0/+5
changes.
1997-10-15Bring over from r5900 branch.Jeff Law2-6/+30
1997-10-15 * read.c (get_line_sb): Accept any eol marker while scanning macros.Richard Henderson2-7/+61