Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-10-21 | * ch-exp.c: Rename FIELD_NAME to DOT_FIELD_NAME (to avoid conflict). | Per Bothner | 2 | -5/+9 | |
1997-10-21 | * config/tc-sparc.c (md_apply_fix3, cases ..._H44, ..._HIX22): Leave | Doug Evans | 2 | -7/+5 | |
overflow signalling to linker. | |||||
1997-10-21 | * simops.c: Correctly handle register restores for "ret" and "retf" | Jeff Law | 2 | -66/+71 | |
instructions. pr13306 related stuff. | |||||
1997-10-21 | Use SIM*_OVERFLOW_RESULT defined in sim-alu.h | Andrew Cagney | 2 | -2/+7 | |
1997-10-21 | Pacify GCC -Wall | Andrew Cagney | 1 | -0/+6 | |
1997-10-21 | Output pc profile statistics once gathered. | Andrew Cagney | 2 | -9/+5 | |
1997-10-21 | Delete profile support from MIPS simulator, use sim/common/sim-profile | Andrew Cagney | 5 | -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 Evans | 3 | -3/+5 | |
* configure: Regenerated. | |||||
1997-10-20 | Various fixes for openvms/alpha. | Ian Lance Taylor | 3 | -3/+16 | |
1997-10-20 | Mon Oct 20 15:31:43 1997 Klaus K"ampf <kkaempf@progis.de> | Ian Lance Taylor | 1 | -0/+4 | |
* configure.com (HAVE_SBRK): Undefine. | |||||
1997-10-20 | Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -9/+27 | |
* makefile.vms: Fix to work with DEC C. | |||||
1997-10-20 | various evax patches | Ian Lance Taylor | 8 | -39/+215 | |
1997-10-20 | Mon Oct 20 15:01:27 1997 Klaus K"ampf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -7/+22 | |
* evax-egsd.c: make section flags dec c compatible | |||||
1997-10-20 | Mon Oct 20 14:54:06 1997 Klaus K"ampf <kkaempf@progis.de> | Ian Lance Taylor | 1 | -0/+4 | |
* config/obj-evax.c: support .weak pseudo-op | |||||
1997-10-20 | * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and | Ian Lance Taylor | 2 | -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 Evans | 2 | -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 Law | 1 | -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-20 | fix ChangeLog entry | Ian Lance Taylor | 1 | -4/+3 | |
1997-10-20 | * peicode.h (coff_swap_scnhdr_out): Don't clobber other flag | Ian Lance Taylor | 1 | -0/+6 | |
settings when setting IMAGE_SCN_MEM_READ. From Jim Wilson <wilson@cygnus.com>. | |||||
1997-10-20 | Have single bit macros return an unsigned result. Avoids risk (and | Andrew Cagney | 2 | -16/+33 | |
need) of sign extending results. | |||||
1997-10-20 | Make mips registers of type unsigned_word. | Andrew Cagney | 3 | -3/+14 | |
Ensure all references to MIPS registers use same type. | |||||
1997-10-20 | * som.c (som_bfd_ar_write_symbol_stuff): Account for trailing | Jeff Law | 2 | -68/+94 | |
'/' in the extended name table. | |||||
1997-10-20 | Add 8 bit arithmetic to sim-alu. | Andrew Cagney | 3 | -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 of | Ian Lance Taylor | 3 | -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 from | Ian Lance Taylor | 1 | -0/+5 | |
demand_copy_string. PR 13566. | |||||
1997-10-17 | * infcmd.c: Improve grammar of "set args" help. | Stan Shebs | 1 | -0/+4 | |
1997-10-17 | opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39. | Gavin Romig-Koch | 2 | -2/+6 | |
1997-10-17 | * ldlang.c (lang_register_vers_node): Only check globals<=>locals, | Richard Henderson | 2 | -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 versioned | Richard Henderson | 2 | -16/+31 | |
symbols, check globals list before matching on locals. | |||||
1997-10-17 | Preliminary tests for sim-alu module. | Andrew Cagney | 3 | -0/+189 | |
1997-10-16 | Make decl of sds_load static | Michael Meissner | 2 | -1/+5 | |
1997-10-16 | opcodes/mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1. | Gavin Romig-Koch | 2 | -1/+7 | |
1997-10-16 | fix typo | Michael Meissner | 1 | -1/+1 | |
1997-10-16 | Fix mangled patch | Michael Meissner | 2 | -12/+7 | |
1997-10-16 | Move register definitions and macros out of interp.c and into sim-main.h | Andrew Cagney | 4 | -274/+362 | |
1997-10-16 | Checkpoint IGEN version of MIPS simulator. | Andrew Cagney | 1 | -248/+218 | |
1997-10-16 | Rename generated file engine.c to oengine.c. | Andrew Cagney | 3 | -6/+13 | |
1997-10-16 | * gencode.c (build_instruction): Use FPR_STATE not fpr_state. | Andrew Cagney | 2 | -6/+10 | |
1997-10-16 | * gencode.c (build_instruction): For "FPSQRT", output correct number | Andrew Cagney | 2 | -1/+8 | |
of arguments to Recip. | |||||
1997-10-16 | * gen-semantics.c (print_semantic_body): Use CIA not cia.ip. Escape | Andrew Cagney | 1 | -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 Taylor | 2 | -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 Edelsohn | 1 | -0/+1 | |
1997-10-15 | (STORE_STRUCT_RETURN): Change to handle --enable-64-bit-bfd. | David Edelsohn | 1 | -1/+3 | |
1997-10-15 | * scripttempl/pe.sc: Put .stab and .stabstr sections at end. | Ian Lance Taylor | 2 | -9/+16 | |
1997-10-15 | * peicode.h (coff_swap_scnhdr_out): Set IMAGE_SCN_MEM_DISCARDABLE | Ian Lance Taylor | 2 | -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 displacement | David Edelsohn | 2 | -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 Law | 1 | -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 disassembler | Jeff Law | 1 | -0/+5 | |
changes. | |||||
1997-10-15 | Bring over from r5900 branch. | Jeff Law | 2 | -6/+30 | |
1997-10-15 | * read.c (get_line_sb): Accept any eol marker while scanning macros. | Richard Henderson | 2 | -7/+61 | |