diff options
author | Nick Clifton <nickc@redhat.com> | 2022-12-31 12:05:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-12-31 12:05:28 +0000 |
commit | a72b07181dcd18b54f193322043d51058c1ef632 (patch) | |
tree | 71416c9984bd6a6698068c46b2c5e633f4a85ea1 /ld | |
parent | e3a5d5207584e31543d1812f76e288a08b8703ea (diff) | |
download | gdb-a72b07181dcd18b54f193322043d51058c1ef632.zip gdb-a72b07181dcd18b54f193322043d51058c1ef632.tar.gz gdb-a72b07181dcd18b54f193322043d51058c1ef632.tar.bz2 |
Add markers for 2.40 branch
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1207631..1ef789c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2022-12-31 Nick Clifton <nickc@redhat.com> + + * 2.40 branch created. + 2022-12-21 Nick Clifton <nickc@redhat.com> PR 29900 @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.40: + * The linker has a new command line option to suppress the generation of any warning or error messages. This can be useful when there is a need to create a known non-working binary. The option is -w or --no-warnings. |