]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/aarch64/ChangeLog
sim: aarch64: fix 64-bit immediate shifts
[thirdparty/binutils-gdb.git] / sim / aarch64 / ChangeLog
CommitLineData
ce224813
MF
12021-05-01 Mike Frysinger <vapier@gentoo.org>
2
3 * simulator.c (do_fcvtzu): Change UL to ULL.
4
66d055c7
MF
52021-04-26 Mike Frysinger <vapier@gentoo.org>
6
7 * aclocal.m4, config.in, configure: Regenerate.
8
19f6a43c
TT
92021-04-22 Tom Tromey <tom@tromey.com>
10
11 * configure, config.in: Rebuild.
12
efd82ac7
TT
132021-04-22 Tom Tromey <tom@tromey.com>
14
15 * configure: Rebuild.
16
2662c237
MF
172021-04-21 Mike Frysinger <vapier@gentoo.org>
18
19 * aclocal.m4: Regenerate.
20
1f195bc3
SM
212021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
22
23 * configure: Regenerate.
24
37e9f182
MF
252021-04-18 Mike Frysinger <vapier@gentoo.org>
26
27 * configure: Regenerate.
28
d5a71b11
MF
292021-04-12 Mike Frysinger <vapier@gentoo.org>
30
31 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
32
0592e80b
JW
332021-04-07 Jim Wilson <jimw@sifive.com>
34
35 PR sim/27483
36 * simulator.c (set_flags_for_add32): Compare uresult against
37 itself. Compare sresult against itself.
38
c2783492
MF
392021-04-02 Mike Frysinger <vapier@gentoo.org>
40
41 * aclocal.m4, configure: Regenerate.
42
ebe9564b
MF
432021-02-28 Mike Frysinger <vapier@gentoo.org>
44
45 * configure: Regenerate.
46
760b3e8b
MF
472021-02-21 Mike Frysinger <vapier@gentoo.org>
48
49 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
50 * aclocal.m4, configure: Regenerate.
51
136da8cd
MF
522021-02-13 Mike Frysinger <vapier@gentoo.org>
53
54 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
55 * aclocal.m4, configure: Regenerate.
56
aa09469f
MF
572021-02-06 Mike Frysinger <vapier@gentoo.org>
58
59 * configure: Regenerate.
60
68ed2854
MF
612021-01-11 Mike Frysinger <vapier@gentoo.org>
62
63 * config.in, configure: Regenerate.
64
bf470982
MF
652021-01-09 Mike Frysinger <vapier@gentoo.org>
66
67 * configure: Regenerate.
68
46f900c0
MF
692021-01-08 Mike Frysinger <vapier@gentoo.org>
70
71 * configure: Regenerate.
72
dfb856ba
MF
732021-01-04 Mike Frysinger <vapier@gentoo.org>
74
75 * configure: Regenerate.
76
69b1ffdb
CB
772020-02-06 Carlo Bramini <carlo_bramini@users.sourceforge.net>
78
79 PR sim/25318
80 * simulator.c (blr): Read destination register before calling
81 aarch64_save_LR.
82
cd5b6074
AB
832019-03-28 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * cpustate.c: Add 'libiberty.h' include.
86 * interp.c: Add 'sim-assert.h' include.
87
5c887dd5
JB
882017-09-06 John Baldwin <jhb@FreeBSD.org>
89
90 * configure: Regenerate.
91
bf155438
JW
922017-04-22 Jim Wilson <jim.wilson@linaro.org>
93
94 * simulator.c (vec_load): Add M argument. Rewrite to iterate over
95 registers based on structure size.
96 (LD4, LD3, LD2, LD1_2, LD1_3, LD1_4): Pass new arg to vec_load.
97 (LD1_1): Replace with call to vec_load.
98 (vec_store): Add new M argument. Rewrite to iterate over registers
99 based on structure size.
100 (ST4, ST3, ST2, ST1_2, ST1_3, ST1_4): Pass new arg to vec_store.
101 (ST1_1): Replace with call to vec_store.
102
ae27d3fe
JW
1032017-04-08 Jim Wilson <jim.wilson@linaro.org>
104
b630840c
JW
105 * simulator.c (do_vec_FCVTL): New.
106 (do_vec_op1): Call do_vec_FCVTL.
107
ae27d3fe
JW
108 * simulator.c (do_scalar_FCMGE_zero, do_scalar_FCMLE_zero,
109 do_scalar_FCMGT_zero, do_scalar_FCMEQ_zero, do_scalar_FCMLT_zero): New.
110 (do_scalar_vec): Add calls to new functions.
111
f1241682
JW
1122017-03-25 Jim Wilson <jim.wilson@linaro.org>
113
114 * simulator.c (set_flags_for_add32): Cast result to uint32_t in carry
115 flag check.
116
8ecbe595
JW
1172017-03-03 Jim Wilson <jim.wilson@linaro.org>
118
119 * simulator.c (mul64hi): Shift carry left by 32.
120 (smulh): Change signum to negate. If negate, invert result, and add
121 carry bit if low part of multiply result is zero.
122
ac189e7b
JW
1232017-02-25 Jim Wilson <jim.wilson@linaro.org>
124
152e1e1b
JW
125 * simulator.c (do_vec_SMOV_into_scalar): New.
126 (do_vec_UMOV_into_scalar): Renamed from do_vec_MOV_into_scalar.
127 Rewritten.
128 (do_vec_UMOV): Merged into do_vec_UMOV_into_scalar and deleted.
129 (do_vec_op1): Move do_vec_TRN call and do_vec_UZP call. Add
130 do_vec_SMOV_into_scalar call. Delete do_vec_MOV_into_scalar and
131 do_vec_UMOV calls. Add do_vec_UMOV_into_scalar call.
132
ac189e7b
JW
133 * simulator.c (popcount): New.
134 (do_vec_CNT): New.
135 (do_vec_op1): Add do_vec_CNT call.
136
2e7e5e28
JW
1372017-02-19 Jim Wilson <jim.wilson@linaro.org>
138
139 * simulator.c (do_vec_ADDV): Mov val declaration inside each case,
140 with type set to input type size.
141 (do_vec_xtl): Change bias from 3 to 4 for byte case.
142
e8f42b5e
JW
1432017-02-14 Jim Wilson <jim.wilson@linaro.org>
144
742e3a77
JW
145 * simulator.c (do_vec_MLA): Rewrite switch body.
146
bf25e9a0
JW
147 * simulator.c (do_vec_bit): Change loop limits from 16 and 8 to 4 and
148 2. Move test_false if inside loop. Fix logic for computing result
149 stored to vd.
150
e8f42b5e
JW
151 * simulator.c: (LDn_STn_SINGLE_LANE_AND_SIZE): New.
152 (do_vec_LDn_single, do_vec_STn_single): New.
153 (do_vec_LDnR): Add and set new nregs var. Replace switch on nregs with
154 loop over nregs using new var n. Add n times size to address in loop.
155 Add n to vd in loop.
156 (do_vec_load_store): Add comment for instruction bit 24. New var
157 single to hold instruction bit 24. Add new code to use single. Move
158 ldnr support inside single if statements. Fix ldnr register counts
159 inside post if statement. Change HALT_NYI calls to HALT_UNALLOC.
160
fbf32f63
JW
1612017-01-23 Jim Wilson <jim.wilson@linaro.org>
162
163 * simulator.c (do_vec_compare): Add case 0x23 for CMTST.
164
05b3d79d
JW
1652017-01-17 Jim Wilson <jim.wilson@linaro.org>
166
167 * simulator.c (do_vec_ADDV): Call aarch64_set_vec_u64 instead of
168 aarch64_set_reg_u64. In case 2, call HALT_UNALLOC if not full. In
169 case 3, call HALT_UNALLOC unconditionally.
170 (do_vec_XTN): Delete shifts. In case 2, change index from i + 4 to
171 i + 2. Delete if on bias, change index to i + bias * X.
172
a4fb5981
JW
1732017-01-09 Jim Wilson <jim.wilson@linaro.org>
174
175 * simulator.c (do_vec_UZP): Rewrite.
176
c0386d4d
JW
1772017-01-04 Jim Wilson <jim.wilson@linaro.org>
178
179 * cpustate.c: Include math.h.
180 (aarch64_set_FP_float): Use signbit to check for signed zero.
181 (aarch64_set_FP_double): Likewise.
182 * simulator.c (do_vec_MOV_immediate, case 0x8): Add missing break.
183 (do_vec_mul): In all DO_VEC_WIDENING_MUL calls, make second and fourth
184 args same size as third arg.
185 (fmaxnm): Use isnan instead of fpclassify.
186 (fminnm, dmaxnm, dminnm): Likewise.
187 (do_vec_MLS): Reverse order of subtraction operands.
188 (dexSimpleFPCondSelect): Call aarch64_get_FP_double or
189 aarch64_get_FP_float to get source register contents.
190 (UINT_MIN, ULONG_MIN, FLOAT_UINT_MAX, FLOAT_UINT_MIN,
191 DOUBLE_UINT_MAX, DOUBLE_UINT_MIN, FLOAT_ULONG_MAX, FLOAT_ULONG_MIN,
192 DOUBLE_ULONG_MAX, DOUBLE_ULONG_MIN): New.
193 (do_fcvtzu): Use ULONG instead of LONG, and UINT instead of INT in
194 raise_exception calls.
195
87903eaf
JW
1962016-12-21 Jim Wilson <jim.wilson@linaro.org>
197
198 * simulator.c (set_flags_for_float_compare): Add code to handle Inf.
199 Add comment to document NaN issue.
200 (set_flags_for_double_compare): Likewise.
201
963201cf
JW
2022016-12-13 Jim Wilson <jim.wilson@linaro.org>
203
204 * simulator.c (NEG, POS): Move before set_flags_for_add64.
205 (set_flags_for_add64): Replace with a modified copy of
206 set_flags_for_sub64.
207
668650d5
JW
2082016-12-03 Jim Wilson <jim.wilson@linaro.org>
209
210 * simulator.c (tbnz, tbz): Cast 1 to uint64_t before shifting.
211 (dexTestBranchImmediate): Shift high bit of pos by 5 not 4.
212
88ddd4a1
JW
2132016-12-01 Jim Wilson <jim.wilson@linaro.org>
214
88256e71 215 * simulator.c (fsturs): Switch use of rn and st variables.
88ddd4a1
JW
216 (fsturd, fsturq): Likewise
217
5357150c
MF
2182016-08-15 Mike Frysinger <vapier@gentoo.org>
219
220 * interp.c: Include bfd.h.
221 (symcount, symtab, aarch64_get_sym_value): Delete.
222 (remove_useless_symbols): Change count type to long.
223 (aarch64_get_func): Add SIM_DESC to arg list. Add symcount
224 and symtab local variables.
225 (sim_create_inferior): Delete storage. Replace symbol code
226 with a call to trace_load_symbols.
227 * memory.c: Delete bfd.h, elf/internal.h, and elf/common.h
228 includes.
229 (aarch64_get_heap_start): Change aarch64_get_sym_value to
230 trace_sym_value.
231 * memory.h: Delete bfd.h include.
232 (mem_add_blk): Delete unused prototype.
233 * simulator.c (bl, blr): Pass SIM_DESC to aarch64_get_func.
234 * simulator.c (aarch64_get_func): Add SIM_DESC to arg list.
235 (aarch64_get_sym_value): Delete.
236
b14bdb3b
NC
2372016-08-12 Nick Clifton <nickc@redhat.com>
238
239 * simulator.c (aarch64_step): Revert pervious delta.
240 (aarch64_run): Call sim_events_tick after each
241 instruction is simulated, and if necessary call
242 sim_events_process.
243 * simulator.h: Revert previous delta.
244
6a277579
NC
2452016-08-11 Nick Clifton <nickc@redhat.com>
246
247 * interp.c (sim_create_inferior): Allow for being called with a
248 NULL abfd parameter. If a bfd is provided, initialise the sim
249 with that start address.
250 * simulator.c (HALT_NYI): Just print out the numeric value of the
251 instruction when not tracing.
b14bdb3b
NC
252 (aarch64_step): Change from static to global.
253 * simulator.h: Add a prototype for aarch64_step().
6a277579 254
293acfae
AM
2552016-07-27 Alan Modra <amodra@gmail.com>
256
257 * memory.c: Don't include libbfd.h.
258
0f118bc7
NC
2592016-07-21 Nick Clifton <nickc@redhat.com>
260
0c66ea4c 261 * simulator.c (fsqrts): Use sqrtf rather than sqrt.
0f118bc7 262
c7be4414
JW
2632016-06-30 Jim Wilson <jim.wilson@linaro.org>
264
265 * cpustate.h: Include config.h.
266 (union GRegisterValue): Add WORDS_BIGENDIAN check. For big endian code
267 use anonymous structs to align members.
268 * simulator.c (aarch64_step): Use sim_core_read_buffer and
269 endian_le2h_4 to read instruction from pc.
270
fd7ed446
NC
2712016-05-06 Nick Clifton <nickc@redhat.com>
272
273 * simulator.c (do_FMLA_by_element): New function.
274 (do_vec_op2): Call it.
275
2cdad34c
NC
2762016-04-27 Nick Clifton <nickc@redhat.com>
277
278 * simulator.c: Add TRACE_DECODE statements to all emulation
279 functions.
280
7517e550
NC
2812016-03-30 Nick Clifton <nickc@redhat.com>
282
283 * cpustate.c (aarch64_set_reg_s32): New function.
284 (aarch64_set_reg_u32): New function.
285 (aarch64_get_FP_half): Place half precision value into the correct
286 slot of the union.
287 (aarch64_set_FP_half): Likewise.
288 * cpustate.h: Add prototypes for aarch64_set_reg_s32 and
289 aarch64_set_reg_u32.
290 * memory.c (FETCH_FUNC): Cast the read value to the access type
291 before converting it to the return type. Rename to FETCH_FUNC64.
292 (FETCH_FUNC32): New macro. Duplicates FETCH_FUNC64 but for 32-bit
293 accesses. Use for 32-bit memory access functions.
294 * simulator.c (ldrsb_wb): Use sign extension not zero extension.
295 (ldrb_scale_ext, ldrsh32_abs, ldrsh32_wb): Likewise.
296 (ldrsh32_scale_ext, ldrsh_abs, ldrsh64_wb): Likewise.
297 (ldrsh_scale_ext, ldrsw_abs): Likewise.
298 (ldrh32_abs): Store 32 bit value not 64-bits.
299 (ldrh32_wb, ldrh32_scale_ext): Likewise.
300 (do_vec_MOV_immediate): Fix computation of val.
301 (do_vec_MVNI): Likewise.
302 (DO_VEC_WIDENING_MUL): New macro.
303 (do_vec_mull): Use new macro.
304 (do_vec_mul): Use new macro.
305 (do_vec_MLA): Read values before writing.
306 (do_vec_xtl): Likewise.
307 (do_vec_SSHL): Select correct shift value.
308 (do_vec_USHL): Likewise.
309 (do_scalar_UCVTF): New function.
310 (do_scalar_vec): Call new function.
311 (store_pair_u64): Treat reads of SP as reads of XZR.
312
ef0d8ffc
NC
3132016-03-29 Nick Clifton <nickc@redhat.com>
314
315 * cpustate.c: Remove space after asterisk in function parameters.
316 * decode.h (greg): Delete unused function.
317 (vreg, shift, extension, scaling, writeback, condcode): Likewise.
318 * simulator.c: Use INSTR macro in more places.
319 (HALT_NYI): Use sim_io_eprintf in place of fprintf.
320 Remove extraneous whitespace.
321
5ab6d79e
NC
3222016-03-23 Nick Clifton <nickc@redhat.com>
323
324 * cpustate.c (aarch64_get_FP_half): New function. Read a vector
325 register as a half precision floating point number.
326 (aarch64_set_FP_half): New function. Similar, but for setting
327 a half precision register.
328 (aarch64_get_thread_id): New function. Returns the value of the
329 CPU's TPIDR register.
330 (aarch64_get_FPCR): New function. Returns the value of the CPU's
331 floating point control register.
332 (aarch64_set_FPCR): New function. Set the value of the CPU's FPCR
333 register.
334 * cpustate.h: Add prototypes for new functions.
335 * sim-main.h (struct _sim_cpu): Add FPCR and tpidr fields.
336 * memory.c: Use unaligned core access functions for all memory
337 reads and writes.
338 * simulator.c (HALT_NYI): Generate an error message if tracing
339 will not tell the user why the simulator is halting.
340 (HALT_UNREACHABLE): Delete. Delete (unneeded) uses of the macro.
341 (INSTR): New time-saver macro.
342 (fldrb_abs): New function. Loads an 8-bit value using a scaled
343 offset.
344 (fldrh_abs): New function. Likewise for 16-bit values.
345 (do_vec_SSHL): Allow for negative shift values.
346 (do_vec_USHL): Likewise.
347 (do_vec_SHL): Correct computation of shift amount.
348 (do_vec_SSHR_USHR): Correct decision of signed vs unsigned
349 shifts and computation of shift value.
350 (clz): New function. Counts leading zero bits.
351 (do_vec_CLZ): New function. Implements CLZ (vector).
352 (do_vec_MOV_element): Call do_vec_CLZ.
353 (dexSimpleFPCondCompare): Implement.
354 (do_FCVT_half_to_single): New function. Implements one of the
355 FCVT operations.
356 (do_FCVT_half_to_double): New function. Likewise.
357 (do_FCVT_single_to_half): New function. Likewise.
358 (do_FCVT_double_to_half): New function. Likewise.
359 (dexSimpleFPDataProc1Source): Call new FCVT functions.
360 (do_scalar_SHL): Handle negative shifts.
361 (do_scalar_shift): Handle SSHR.
362 (do_scalar_USHL): New function.
363 (do_double_add): Simplify to just performing a double precision
364 add operation. Move remaining code into...
365 (do_scalar_vec): ... New function.
366 (dexLoadUnsignedImmediate): Call new fldrb_abs and fldrh_abs
367 functions.
368 (system_get): Add support for TPIDR, CTR, FPCR, FPSR and CPSR
369 registers.
370 (system_set): New function.
371 (do_MSR_immediate): New function. Stub for now.
372 (do_MSR_reg): New function. Likewise. Partially implements MSR
373 instruction.
374 (do_SYS): New function. Stub for now,
375 (dexSystem): Call new functions.
376
e101a78b
NC
3772016-03-18 Nick Clifton <nickc@redhat.com>
378
379 * cpustate.c: Remove spurious spaces from TRACE strings.
380 Print hex equivalents of floats and doubles.
381 Check element number against array size when accessing vector
382 registers.
4c0ca98e
NC
383 (GET_VEC_ELEMENT): Fix off by one error checking for an invalid
384 element index.
385 (SET_VEC_ELEMENT): Likewise.
87bba7a5 386 (GET_VEC_ELEMENT): And fix thinko using macro arguments.
4c0ca98e 387
e101a78b
NC
388 * memory.c: Trace memory reads when --trace-memory is enabled.
389 Remove float and double load and store functions.
390 * memory.h (aarch64_get_mem_float): Delete prototype.
391 (aarch64_get_mem_double): Likewise.
392 (aarch64_set_mem_float): Likewise.
393 (aarch64_set_mem_double): Likewise.
394 * simulator (IS_SET): Always return either 0 or 1.
395 (IS_CLEAR): Likewise.
396 (fldrs_pcrel): Load and store floats using 32-bit memory accesses
397 and doubles using 64-bit memory accesses.
398 (fldrd_pcrel, fldrs_wb, fldrs_abs, fldrs_scale_ext): Likewise.
399 (fldrd_wb, fldrd_abs, fsturs, fsturd, fldurs, fldurd): Likewise.
400 (fstrs_abs, fstrs_wb, fstrs_scale_ext, fstrd_abs): Likewise.
401 (fstrd_wb, fstrd_scale_ext, store_pair_float): Likewise.
402 (store_pair_double, load_pair_float, load_pair_double): Likewise.
403 (do_vec_MUL_by_element): New function.
404 (do_vec_op2): Call do_vec_MUL_by_element.
405 (do_scalar_NEG): New function.
406 (do_double_add): Call do_scalar_NEG.
407
57aa1742
NC
4082016-03-03 Nick Clifton <nickc@redhat.com>
409
410 * simulator.c (set_flags_for_sub32): Correct type of signbit.
411 (CondCompare): Swap interpretation of bit 30.
412 (DO_ADDP): Delete macro.
413 (do_vec_ADDP): Copy source registers before starting to update
414 destination register.
415 (do_vec_FADDP): Likewise.
416 (do_vec_load_store): Fix computation of sizeof_operation.
417 (rbit64): Fix type of constant.
418 (aarch64_step): When displaying insn value, display all 32 bits.
419
ce39bd38
MF
4202016-01-10 Mike Frysinger <vapier@gentoo.org>
421
422 * config.in, configure: Regenerate.
423
e19418e0
MF
4242016-01-10 Mike Frysinger <vapier@gentoo.org>
425
426 * configure: Regenerate.
427
16f7876d
MF
4282016-01-10 Mike Frysinger <vapier@gentoo.org>
429
430 * configure.ac (SIM_AC_OPTION_ENVIRONMENT): Delete call.
431 * configure: Regenerate.
432
99d8e879
MF
4332016-01-10 Mike Frysinger <vapier@gentoo.org>
434
435 * configure: Regenerate.
35656e95
MF
436
4372016-01-10 Mike Frysinger <vapier@gentoo.org>
438
439 * configure: Regenerate.
99d8e879 440
347fe5bb
MF
4412016-01-10 Mike Frysinger <vapier@gentoo.org>
442
443 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
444 * configure: Regenerate.
445
22be3fbe
MF
4462016-01-10 Mike Frysinger <vapier@gentoo.org>
447
448 * configure: Regenerate.
449
0dc73ef7
MF
4502016-01-10 Mike Frysinger <vapier@gentoo.org>
451
452 * configure: Regenerate.
453
936df756
MF
4542016-01-09 Mike Frysinger <vapier@gentoo.org>
455
456 * config.in, configure: Regenerate.
457
2e3d4f4d
MF
4582016-01-06 Mike Frysinger <vapier@gentoo.org>
459
460 * interp.c (sim_create_inferior): Mark argv and env const.
461 (sim_open): Mark argv const.
462
1a846c62
MF
4632016-01-05 Mike Frysinger <vapier@gentoo.org>
464
465 * interp.c: Delete dis-asm.h include.
466 (info, opbuf, op_printf, aarch64_print_insn, sim_dis_read): Delete.
467 (sim_create_inferior): Delete disassemble init logic.
468 (OPTION_DISAS, aarch64_option_handler, aarch64_options): Delete.
469 (sim_open): Delete sim_add_option_table call.
470 * memory.c (mem_error): Delete disas check.
471 * simulator.c: Delete dis-asm.h include.
472 (disas): Delete.
473 (HALT_UNALLOC): Replace disassembly logic with TRACE_DISASM.
474 (HALT_NYI): Likewise.
475 (handle_halt): Delete disas call.
476 (aarch64_step): Replace disas logic with TRACE_DISASM.
477 * simulator.h: Delete dis-asm.h include.
478 (aarch64_print_insn): Delete.
479
bc273e17
MF
4802016-01-04 Mike Frysinger <vapier@gentoo.org>
481
482 * simulator.c (MAX, MIN): Delete.
483 (do_vec_maxv): Change MAX to max and MIN to min.
484 (do_vec_fminmaxV): Likewise.
485
ac8eefeb
TG
4862016-01-04 Tristan Gingold <gingold@adacore.com>
487
488 * simulator.c: Remove syscall.h include.
489
9bbf6f91
MF
4902016-01-04 Mike Frysinger <vapier@gentoo.org>
491
492 * configure: Regenerate.
493
0cb8d851
MF
4942016-01-03 Mike Frysinger <vapier@gentoo.org>
495
496 * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
497 * configure: Regenerate.
498
1ac72f06
MF
4992016-01-02 Mike Frysinger <vapier@gentoo.org>
500
501 * configure: Regenerate.
502
5d015275
MF
5032015-12-27 Mike Frysinger <vapier@gentoo.org>
504
505 * interp.c (sim_dis_read): Change private_data to application_data.
506 (sim_create_inferior): Likewise.
507
5e744ef8
MF
5082015-12-27 Mike Frysinger <vapier@gentoo.org>
509
510 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
511
1b393626
MF
5122015-12-26 Mike Frysinger <vapier@gentoo.org>
513
514 * config.in, configure: Regenerate.
515
0e967299
MF
5162015-12-26 Mike Frysinger <vapier@gentoo.org>
517
518 * interp.c (sim_create_inferior): Update comment and argv check.
519
f66affe9
MF
5202015-12-14 Nick Clifton <nickc@redhat.com>
521
522 * simulator.c (system_get): New function. Provides read
523 access to the dczid system register.
524 (do_mrs): New function - implements the MRS instruction.
525 (dexSystem): Call do_mrs for the MRS instruction. Halt on
526 unimplemented system instructions.
527
5282015-11-24 Nick Clifton <nickc@redhat.com>
529
530 * configure.ac: New configure template.
531 * aclocal.m4: Generate.
532 * config.in: Generate.
533 * configure: Generate.
534 * cpustate.c: New file - functions for accessing AArch64 registers.
535 * cpustate.h: New header.
536 * decode.h: New header.
537 * interp.c: New file - interface between GDB and simulator.
538 * Makefile.in: New makefile template.
539 * memory.c: New file - functions for simulating aarch64 memory
540 accesses.
541 * memory.h: New header.
542 * sim-main.h: New header.
543 * simulator.c: New file - aarch64 simulator functions.
544 * simulator.h: New header.