CVS: msp430-libc/src gcrt0.S,1.8,1.9

Dmitry Diky <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430-libc/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5166

Modified Files:
	gcrt0.S 
Log Message:
fix _unexpected_ align


Index: gcrt0.S
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/src/gcrt0.S,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- gcrt0.S	16 Jul 2003 09:45:11 -0000	1.8
+++ gcrt0.S	26 Jan 2005 20:18:22 -0000	1.9
@@ -33,6 +33,9 @@
         .weak _unexpected_
 	.global _unexpected_1_
 
+	.text
+        .p2align 1,0
+
 _unexpected_1_:
 	br	#_unexpected_
 _unexpected_:



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.