File: ChangeLog-2021

package info (click to toggle)
gdb-doc 13.1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 234,284 kB
  • sloc: ansic: 1,988,072; asm: 373,465; exp: 187,579; cpp: 75,697; makefile: 69,432; sh: 24,829; yacc: 11,654; python: 9,602; ada: 6,680; xml: 6,073; perl: 5,077; pascal: 3,357; f90: 2,555; tcl: 1,902; lisp: 1,578; cs: 879; lex: 759; sed: 228; awk: 154; objc: 137; fortran: 57
file content (94 lines) | stat: -rw-r--r-- 2,886 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
2021-04-08  Mike Frysinger  <vapier@gentoo.org>

	* allinsn.exp (arch): Delete.
	* fr400/allinsn.exp, fr500/allinsn.exp, fr550/allinsn.exp,
	interrupts.exp, misc.exp, parallel.exp: Likewise.

2021-02-13  Mike Frysinger  <vapier@gentoo.org>

	* allinsn.exp, fr400/allinsn.exp, fr500/allinsn.exp,
	fr550/allinsn.exp, interrupts.exp, misc.exp,
	parallel.exp: Define arch.

2021-01-15  Mike Frysinger  <vapier@gentoo.org>

	* cache.ms: New testcase from ../../frv-elf/.
	* exit47.ms, grloop.ms, hello.ms: Likewise.
	* misc.exp: New file.

2004-03-01  Richard Sandiford  <rsandifo@redhat.com>

	* allinsn.exp (all_machs): Add fr405 and fr450.
	* fr400/allinsn.exp (all_machs): Likewise.
	* fr400/addss.cgs (mach): Change to "fr405 fr450".
	* fr400/scutss.cgs (mach): Likewise.
	* fr400/slass.cgs (mach): Likewise.
	* fr400/smass.cgs (mach): Likewise.
	* fr400/smsss.cgs (mach): Likewise.
	* fr400/smu.cgs (mach): Likewise.
	* fr400/subss.cgs (mach): Likewise.
	* interrupts/fp_exception.cgs: Replace fmadds with .word.
	* interrupts/fp_exception-fr550.cgs: Likewise.
	* mqlclrhs.cgs: New test.
	* mqlmths.cgs: New test.
	* mqsllhi.cgs: New test.
	* mqsrahi.cgs: New test.

2004-03-01  Richard Sandiford  <rsandifo@redhat.com>

	* fr400/scutss.cgs: Fix tests to account for rounding.
	Add some new ones.

2004-03-01  Richard Sandiford  <rsandifo@redhat.com>

	* {rstb,rsth,rst,rstd,rstq}.cgs: Delete.
	* {rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete.

2003-10-10  Dave Brolley  <brolley@redhat.com>

	* testutils.inc (or_gr_immed): New macro.
	* fp_exception-fr550.cgs: Write insns using
	unaligned registers into the program in order to
	cause the required exceptions.
	* fp_exception.cgs: Ditto.
	* regalign.cgs: Ditto.

2003-10-06  Dave Brolley  <brolley@redhat.com>

	* fr550: New subdirectory.
	* fr400/*.cgs: Add fr550 as appropriate.
	* fr500/*.cgs: Add fr550 as appropriate.
	* interrupts/*.cgs: Add fr550 as appropriate.
	* interrupts/*-fr550.cgs: New test cases for fr550.

2003-09-19  Michael Snyder  <msnyder@redhat.com>

	* nldqi.cgs: Remove.  This insn was never implemented
	by Fujitsu.

2003-09-19  Dave Brolley  <brolley@redhat.com>

	* rstqf.cgs: Use nldq instead of nldqi.
	* rstq.cgs: Use nldq instead of nldqi.

2003-09-11  Michael Snyder  <msnyder@redhat.com>

	* movgs.cgs: Change lcr to spr[273],
	which according to the comments seems to be the intent.

2003-09-09  Dave Brolley  <brolley@redhat.com>

	* maddaccs.cgs: move to fr400 subdirectory.
	* msubaccs.cgs: move to fr400 subdirectory.
	* masaccs.cgs: move to fr400 subdirectory.

2003-09-03  Michael Snyder  <msnyder@redhat.com>

	* fr500/mclracc.cgs: Change mach to 'all', to be
	consistent with other tests in the directory.

2003-09-03  Michael Snyder  <msnyder@redhat.com>

	* interrupts/Ipipe-fr400.cgs: New file.
	* interrupts/Ipipe-fr500.cgs: New file.
	* interrupts/Ipipe.cgs: Remove (replaced by above).