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