This is the mail archive of the binutils@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]

PATCH: Print a newline after copyright notice


I am checking in this patch to add the missing newline after copyright
notice so that the generated i386-tbl.h is unchanged.

H.J.
----
2007-07-24  H.J. Lu  <hongjiu.lu@intel.com>

        * i386-gen.c (main): Print a newline after copyright notice.

--- ./opcodes/i386-gen.c.foo	2007-07-24 13:01:10.000000000 -0700
+++ ./opcodes/i386-gen.c	2007-07-24 13:06:57.000000000 -0700
@@ -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 ();


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