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