aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorPhil Blundell <philb@brightsign.biz>2019-09-09 10:27:03 +0100
committerPhil Blundell <philb@brightsign.biz>2019-09-09 10:27:40 +0100
commit60391a255b720e37ab1efbb7e83bf7dfa270a0fe (patch)
treebe34f42b0585a3252cdc376987ee6f7862f2bf46 /binutils
parent4082c6ee3976f74fbaa27134acc690949b0cc8a1 (diff)
downloadgdb-60391a255b720e37ab1efbb7e83bf7dfa270a0fe.zip
gdb-60391a255b720e37ab1efbb7e83bf7dfa270a0fe.tar.gz
gdb-60391a255b720e37ab1efbb7e83bf7dfa270a0fe.tar.bz2
Add markers for 2.33 branch to NEWS and ChangeLog files.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/.README-how-to-make-a-release.swpbin0 -> 16384 bytes
-rw-r--r--binutils/BRANCHES1
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS3
4 files changed, 8 insertions, 0 deletions
diff --git a/binutils/.README-how-to-make-a-release.swp b/binutils/.README-how-to-make-a-release.swp
new file mode 100644
index 0000000..063e52a
--- /dev/null
+++ b/binutils/.README-how-to-make-a-release.swp
Binary files differ
diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index 63f1e84..020b53c 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -48,6 +48,7 @@ binutils-2_29-branch
binutils-2_30-branch
binutils-2_31-branch
binutils-2_32-branch
+binutils-2_33-branch
Copyright (C) 2012-2019 Free Software Foundation, Inc.
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 198380e..5e8e03d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-09 Phil Blundell <pb@pbcl.net>
+
+ binutils 2.33 branch created.
+
2019-09-06 Alan Modra <amodra@gmail.com>
* nm.c (print_object_filename_bsd, print_object_filename_sysv),
diff --git a/binutils/NEWS b/binutils/NEWS
index 349af31..e6afc4b 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+
+Changes in 2.33:
+
* Add --source-comment[=<txt>] option to objdump which if present,
provides a prefix to source code lines displayed in a disassembly.