2007-07-24 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 24 Jul 2007 20:17:18 +0000 (20:17 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 24 Jul 2007 20:17:18 +0000 (20:17 +0000)
* i386-gen.c (main): Print a newline after copyright notice.

opcodes/ChangeLog
opcodes/i386-gen.c

index d8c9002b6ab27fb59c1ba1180065031c878105c7..33d85c6180da02eee51455c6a3612c339dab534c 100644 (file)
@@ -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
index 4a0c0b127cbc7733315ff1c9f44f24cddce76790..fc27504efbdbb40baa657d68d6de6aad4507c920 100644 (file)
@@ -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 ();