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