aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@gmx.de>2019-03-10 19:21:55 +0100
committerAlan Modra <amodra@gmail.com>2019-03-13 13:29:35 +1030
commit38c24f42c97af59ad83505ed735e689c63d3ca45 (patch)
tree4dadc3f4c214e8f40fb200788ad225c052ce1e25 /gas/ChangeLog
parent7235427998571b6d8267e7ac72a52d7b082f4c2b (diff)
downloadgdb-38c24f42c97af59ad83505ed735e689c63d3ca45.zip
gdb-38c24f42c97af59ad83505ed735e689c63d3ca45.tar.gz
gdb-38c24f42c97af59ad83505ed735e689c63d3ca45.tar.bz2
dwarf2: Use octets for .debug_line prologue
Like the u32 size field at the beginning of the section, also the prologue size must be expressed in octets. * dwarf2dbg.c (out_debug_line): Use octets for .debug_line prologue.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a03bf3b..d4ae7a0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2019-03-13 Christian Eggers <ceggers@gmx.de>
+ * dwarf2dbg.c (out_debug_line): Use octets for .debug_line prologue.
+
+2019-03-13 Christian Eggers <ceggers@gmx.de>
+
* dwarf2dbg.c (out_debug_line): Use octets for dwarf2 headers.
(out_debug_aranges, out_debug_info): Likewise.