This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] oops - omitted from previous delta


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=95daf21060008545515e94aeba501082e8710cc0

commit 95daf21060008545515e94aeba501082e8710cc0
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Jun 27 13:52:20 2016 +0100

    oops - omitted from previous delta

Diff:
---
 gas/ChangeLog | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2a28352..4c5b0c7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,18 @@
+2016-06-27  Nick Clifton  <nickc@redhat.com>
+
+	PR gas/20247
+	* as.h (do_not_pad_sections_to_alignment): New global variable.
+	* as.c (show_usage): Add --no-pad-sections.
+	(parse_args): Likewise.
+	* write.c (size_seg): Skip padding the end of the section if
+	requested from the command line.
+	(SUB_SEGMENT_ALIGN): Likewise.
+	* doc/as.texinfo: Document the new option.
+	* NEWS: Mention the new feature.
+	* testsuite/gas/elf/section11.s: New test.
+	* testsuite/gas/elf/section11.d: New test driver.
+	* testsuite/gas/elf/elf.exp: Run the new test.
+
 2016-06-27  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
 	* config/tc-dlx.c: Include bfd/elf32-dlx.h.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]