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