2007-07-24 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (main): Print a newline after copyright notice.
This commit is contained in:
parent
f6eea5aed8
commit
6baf377280
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Reference in a new issue