public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Xilinx MicroBlaze port
@ 2009-07-27 16:41 Michael Eager
  2009-08-02  0:49 ` Michael Eager
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Eager @ 2009-07-27 16:41 UTC (permalink / raw)
  To: GCC

Hi --

This is just a heads-up that I'm working on GCC support
for the Xilinx MicroBlaze.  It is currently based on
gcc-4.1.2 and I'm porting it to gcc-4.5.0.

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Xilinx MicroBlaze port
  2009-07-27 16:41 Xilinx MicroBlaze port Michael Eager
@ 2009-08-02  0:49 ` Michael Eager
  2009-08-02  0:53   ` Gerald Pfeifer
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Eager @ 2009-08-02  0:49 UTC (permalink / raw)
  To: GCC

Michael Eager wrote:
> Hi --
> 
> This is just a heads-up that I'm working on GCC support
> for the Xilinx MicroBlaze.  It is currently based on
> gcc-4.1.2 and I'm porting it to gcc-4.5.0.

Paolo Bonzini suggested that I create a branch off the
gcc-4.1.2 tag and commit the original port to this branch.
Then move this branch up to 4.3.x and then head.

OK to create a microblaze branch?

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Xilinx MicroBlaze port
  2009-08-02  0:49 ` Michael Eager
@ 2009-08-02  0:53   ` Gerald Pfeifer
  2009-08-02 22:02     ` Michael Eager
  0 siblings, 1 reply; 6+ messages in thread
From: Gerald Pfeifer @ 2009-08-02  0:53 UTC (permalink / raw)
  To: Michael Eager; +Cc: GCC

On Sat, 1 Aug 2009, Michael Eager wrote:
> Paolo Bonzini suggested that I create a branch off the
> gcc-4.1.2 tag and commit the original port to this branch.
> Then move this branch up to 4.3.x and then head.
> 
> OK to create a microblaze branch?

If you have write access to the repository, you can certainly create
and maintain such a branch.  Just update http://gcc.gnu.org/svn.html
accordingly (cf. http://gcc.gnu.org/cvs.html for details).

Gerald

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Xilinx MicroBlaze port
  2009-08-02  0:53   ` Gerald Pfeifer
@ 2009-08-02 22:02     ` Michael Eager
  2009-08-02 22:12       ` Gerald Pfeifer
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Eager @ 2009-08-02 22:02 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: GCC

Gerald Pfeifer wrote:
> On Sat, 1 Aug 2009, Michael Eager wrote:
>> Paolo Bonzini suggested that I create a branch off the
>> gcc-4.1.2 tag and commit the original port to this branch.
>> Then move this branch up to 4.3.x and then head.
>>
>> OK to create a microblaze branch?
> 
> If you have write access to the repository, you can certainly create
> and maintain such a branch.  Just update http://gcc.gnu.org/svn.html
> accordingly (cf. http://gcc.gnu.org/cvs.html for details).
> 
> Gerald

Created gcc.gnu.org/svn/gcc/branches/microblaze.  Here is the update
to svn.html:

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.132
diff -r1.132 svn.html
426a427,432
 >
 >   <dt>microblaze</dt>
 >   <dd>This branch contains support for the Xilinx MicroBlaze architecture.
 >   This branch will be used to update MicroBlaze support from gcc-4.1.2 to
 >   to the head.  It is maintained by Michael Eager
 >   &lt;<a href="mailto:eager@eagercon.com">eager@eagercon.com</a>&gt;.

OK to check in?

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Xilinx MicroBlaze port
  2009-08-02 22:02     ` Michael Eager
@ 2009-08-02 22:12       ` Gerald Pfeifer
  2009-08-02 22:15         ` Michael Eager
  0 siblings, 1 reply; 6+ messages in thread
From: Gerald Pfeifer @ 2009-08-02 22:12 UTC (permalink / raw)
  To: Michael Eager; +Cc: GCC

On Sun, 2 Aug 2009, Michael Eager wrote:
> Created gcc.gnu.org/svn/gcc/branches/microblaze.  Here is the update
> to svn.html:

Looks good to me, you just may want to add a closing </dd>.

Thanks,
Gerald

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Xilinx MicroBlaze port
  2009-08-02 22:12       ` Gerald Pfeifer
@ 2009-08-02 22:15         ` Michael Eager
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Eager @ 2009-08-02 22:15 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: GCC

Gerald Pfeifer wrote:
> On Sun, 2 Aug 2009, Michael Eager wrote:
>> Created gcc.gnu.org/svn/gcc/branches/microblaze.  Here is the update
>> to svn.html:
> 
> Looks good to me, you just may want to add a closing </dd>.

Checked in with </dd>.

-- 
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-02 22:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-27 16:41 Xilinx MicroBlaze port Michael Eager
2009-08-02  0:49 ` Michael Eager
2009-08-02  0:53   ` Gerald Pfeifer
2009-08-02 22:02     ` Michael Eager
2009-08-02 22:12       ` Gerald Pfeifer
2009-08-02 22:15         ` Michael Eager

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).