summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-07-24 20:17:18 +0000
committerH.J. Lu <hjl@lucon.org>2007-07-24 20:17:18 +0000
commit7ed8c8e98a4761f228046745521e87c40fa6ef9e (patch)
treedf2bb34a0d4a606d86c5866ddf10486be884ef2f
parent3488afb2880af8f9567a7aa855b6cd3089f8f912 (diff)
downloadgdb-7ed8c8e98a4761f228046745521e87c40fa6ef9e.tar.gz
2007-07-24 H.J. Lu <hongjiu.lu@intel.com>binutils-2_16-branchpoint
* i386-gen.c (main): Print a newline after copyright notice.
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-gen.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d8c9002b6ab..33d85c6180d 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-gen.c (main): Print a newline after copyright notice.
+
2007-07-19 Nick Clifton <nickc@redhat.com>
PR binutils/4801
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 4a0c0b127cb..fc27504efbd 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -404,7 +404,7 @@ main (int argc, char **argv)
You should have received a copy of the GNU General Public License\n\
along with this program; if not, write to the Free Software\n\
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,\n\
- MA 02110-1301, USA. */");
+ MA 02110-1301, USA. */\n");
process_i386_opcodes ();
process_i386_registers ();