aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/std-config.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-152009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* std-config.h: Fix spelling error.
2002-02-25Fix PR gdb/287. From wiz at danbala. Then->than and typos.Andrew Cagney1-2/+2
2001-12-14* support sim-fpu.c for correct FP emulation.Matthew Green1-9/+9
* Makefile.in (LIB_OBJ): Add @sim_fpu@. (ICACHE_CFLAGS, SEMANTICS_CFLAGS): New variables. (icache.o, semantics.o): Add new ICACHE_FLAGS & SEMANTICS_FLAGS. (sim-fpu.o, sim-bits.o, tconfig.h): New targets. * configure.in: Rename INLINE_LOCALS to PSIM_INLINE_LOCALS. Add a check for sim/common/sim-fpu.c. Output sim_fpu and sim_fpu_cflags. * configure: Regenerate. * device.h (device_find_integer_array_property): Match function definition. * gen-icache.c (print_icache_internal_function_declaration): Rename INLINE_ICACHE to PSIM_INLINE_ICACHE. * gen-idecode.c (print_idecode_run_function_header): Rename INLINE_IDECODE to PSIM_INLINE_IDECODE. * gen-semantics.c (print_semantic_function_header): Rename EXTERN_SEMANTICS to PSIM_EXTERN_SEMANTICS. * gen-support.c (print_support_function_name): Rename INLINE_SUPPORT to PSIM_INLINE_SUPPORT. * igen.c (print_function_name): Also escape `(' and `)'. (gen_semantics_h): Rename EXTERN_SEMANTICS to PSIM_EXTERN_SEMANTICS. (gen_semantics_c): Likewise. Also output includes for "sim-fpu.h" * inline.h (INLINE_SIM_ENDIAN): Renamed INLINE_PSIM_ENDIAN. (EXTERN_SIM_ENDIAN): Renamed EXTERN_PSIM_ENDIAN. (STATIC_INLINE_SIM_ENDIAN): Renamed STATIC_INLINE_PSIM_ENDIAN. (INLINE_LOCALS): Renamed PSIM_INLINE_LOCALS. (EXTERN_SUPPORT): Renamed PSIM_EXTERN_SUPPORT. (INLINE_SUPPORT): Renamed PSIM_INLINE_SUPPORT. (EXTERN_SEMANTICS): Renamed PSIM_EXTERN_SEMANTICS. (INLINE_SEMANTICS): Renamed PSIM_INLINE_SEMANTICS. (EXTERN_IDECODE): Renamed PSIM_EXTERN_IDECODE. (INLINE_IDECODE): Renamed PSIM_INLINE_IDECODE. (EXTERN_ICACHE): Renamed PSIM_EXTERN_ICACHE. (INLINE_ICACHE): Renamed PSIM_INLINE_ICACHE. * options.c (options_inline): Fix names. * sim-endian-n.h: Change INLINE_SIM_ENDIAN to INLINE_PSIM_ENDIAN. * sim-endian.h: Likewise. * sim-main.h: New file. * std-config.h: Rename INLINE_LOCALS to PSIM_INLINE_LOCALS.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+672
1999-04-16Initial creation of sourceware repositoryStan Shebs1-660/+0
1996-08-067/30 release from AndrewMichael Meissner1-5/+32
1996-07-23New simulator changes from AndrewMichael Meissner1-18/+70
1995-12-15Changes from AndrewMichael Meissner1-54/+152
1995-11-28Add determining when we do not have enough writeback slots; Do not do model ↵Michael Meissner1-1/+9
specific handling if not printing out the information
1995-11-27Build again on SunOS; Make MODEL_INLINE default to 1 if inlining, not 2; Use ↵Michael Meissner1-47/+10
__attribute__((const))
1995-11-15Add option to make options inlineMichael Meissner1-2/+26
1995-11-12Add support for setting model name and other thingsMichael Meissner1-1/+26
1995-11-08first stage in function unit support; add new switches & latest code from andrewMichael Meissner1-3/+51
1995-11-02Andrew's latest changes & print all instruction counts if -IMichael Meissner1-9/+10
1995-11-01remove extra #endifMichael Meissner1-4/+0
1995-10-31New changes from AndrewMichael Meissner1-444/+90
1995-10-12Inline most things except semantics which causes GCC to balloon, and ↵Michael Meissner1-0/+772
device{s,_tree} which causes a bug