diff options
author | Nick Clifton <nickc@redhat.com> | 2024-07-20 12:43:19 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-07-20 12:43:19 +0100 |
commit | b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4 (patch) | |
tree | 408b2dc31a3e1a1282daf5509669f43c35944dd2 /gas | |
parent | 237c05a65fea828bb46a7209638b26b665d3d781 (diff) | |
download | gdb-b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4.zip gdb-b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4.tar.gz gdb-b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4.tar.bz2 |
Add markers for 2.43 branch/release
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 88e6108..024daf4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2024-07-20 Nick Clifton <nickc@redhat.com> + + * 2.43 branch point. + 2024-02-19 Will Hawkins <hawkinsw@obs.cr> * config/tc-bpf.c (parse_expression): Change switch to if so that @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.43: + * The MIPS '--trap' command-line option now causes GAS to dynamically track the ISA setting as code is assembled and to emit either trap or breakpoint instructions according to whether the currently selected ISA |