bugGNU Development Chain for 68HC11/68HC12 - Bugs: bug #2400, Problem in as with .incbin on...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #2400: Problem in as with .incbin on Windows

Submitter:  Stephane Carrez <ciceron>
Submitted:  Sun 26 Jan 2003 09:52:33 AM UTC
   
 
Category:  binutils Severity:  2 - Minor
Item Group:  sw-bug Status:  Fixed
Privacy:  Public Assigned to:  ciceron
Open/Closed:  Closed

Mon 01 Aug 2011 07:24:48 AM UTC, comment #2: 
Anonymous
Wed 23 Apr 2003 08:20:08 PM UTC, comment #1: 

I've integrated this fix for Release 2.2.

Thanks,
   Stephane

Stephane Carrez <ciceron>
Group administrator
Sun 26 Jan 2003 09:52:33 AM UTC, original submission:  

Integrate this fix to solve .incbin problem on Windows
(from bastian42@epost.de)

Index: gas/as.h
===================================================================
RCS file: /cvs/src/src/gas/as.h,v
retrieving revision 1.28
diff -c -3 -p -w -r1.28 as.h
* gas/as.h 5 Sep 2002 00:01:15 -0000 1.28
--- gas/as.h 21 Jan 2003 15:43:55 -0000
************* extern char **environ;
* 188,194 **
   #endif /* _FILE_ */

   #ifndef FOPEN_WB
! #ifdef GO32
   #include "fopen-bin.h"
   #else
   #include "fopen-same.h"
--- 188,194 ----
   #endif /* _FILE_ */

   #ifndef FOPEN_WB
! #if defined GO32 || defined _MINGW32_
   #include "fopen-bin.h"
   #else
   #include "fopen-same.h"



Stephane Carrez <ciceron>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-04-23 ciceron StatusNone None
    Open/ClosedOpen None

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code