public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Patch: support for or32 architecture
@ 2002-01-28 12:25 Ivan Guzvinec
  2002-01-30  3:24 ` Nick Clifton
  2002-01-31  9:48 ` Nick Clifton
  0 siblings, 2 replies; 7+ messages in thread
From: Ivan Guzvinec @ 2002-01-28 12:25 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

Hi,

Added support for or32 architecture (--target=or32-rtems).
Since this is my first contribution to binutils, please tell me if I forgot
to include/do something.

regards,
    Ivan

[-- Attachment #2: binutils-or32files.tar.gz --]
[-- Type: application/x-gzip, Size: 33843 bytes --]

[-- Attachment #3: binutils-or32diff.gz --]
[-- Type: application/x-gzip, Size: 9197 bytes --]

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

* Re: Patch: support for or32 architecture
  2002-01-28 12:25 Patch: support for or32 architecture Ivan Guzvinec
@ 2002-01-30  3:24 ` Nick Clifton
  2002-01-30  9:36   ` Ivan Guzvinec
  2002-01-30 10:28   ` Joel Sherrill
  2002-01-31  9:48 ` Nick Clifton
  1 sibling, 2 replies; 7+ messages in thread
From: Nick Clifton @ 2002-01-30  3:24 UTC (permalink / raw)
  To: Ivan Guzvinec; +Cc: binutils

Hi Ivan,

> Added support for or32 architecture (--target=or32-rtems).

Thanks for submitting this.  I have had a brief look and it appears
OK, but I am going to hold off accepting and applying this patch until
after the 2.12 branch occurs.

Cheers
        Nick

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

* Re: Patch: support for or32 architecture
  2002-01-30  3:24 ` Nick Clifton
@ 2002-01-30  9:36   ` Ivan Guzvinec
  2002-01-30 10:28   ` Joel Sherrill
  1 sibling, 0 replies; 7+ messages in thread
From: Ivan Guzvinec @ 2002-01-30  9:36 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils

Hi,

OK. Thanks. 

Sorry for another mail earlier today on this topic, I have not received
your reply by the time I was writting it.

Regards, 
	Ivan

Nick Clifton wrote:
> 
> Hi Ivan,
> 
> > Added support for or32 architecture (--target=or32-rtems).
> 
> Thanks for submitting this.  I have had a brief look and it appears
> OK, but I am going to hold off accepting and applying this patch until
> after the 2.12 branch occurs.
> 
> Cheers
>         Nick

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

* Re: Patch: support for or32 architecture
  2002-01-30  3:24 ` Nick Clifton
  2002-01-30  9:36   ` Ivan Guzvinec
@ 2002-01-30 10:28   ` Joel Sherrill
  2002-01-30 11:06     ` Nick Clifton
  1 sibling, 1 reply; 7+ messages in thread
From: Joel Sherrill @ 2002-01-30 10:28 UTC (permalink / raw)
  To: Nick Clifton; +Cc: Ivan Guzvinec, binutils



Nick Clifton wrote:
> 
> Hi Ivan,
> 
> > Added support for or32 architecture (--target=or32-rtems).
> 
> Thanks for submitting this.  I have had a brief look and it appears
> OK, but I am going to hold off accepting and applying this patch until
> after the 2.12 branch occurs.

Could I plead for this being merged pre-branch?  As the target
indicates,
there is an RTEMS port to the or32 which is currently hard for people
to use because the tools require snapshots.  This leads to the RTEMS 
project supporting non-mainstream release tools for this CPU.

If it is merged, I will add or32-rtems binutils to the standard
set of targets we provide prebuilt binaries for.  We provide 
GNU/Linux, Cygwin, and Solaris binaries and a FreeBSD ports 
package for all *-rtems targets that are in mainstream releases.

If that doesn't sway you, how about a "please pretty please
with sugar on top." :)

> Cheers
>         Nick

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985

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

* Re: Patch: support for or32 architecture
  2002-01-30 10:28   ` Joel Sherrill
@ 2002-01-30 11:06     ` Nick Clifton
  0 siblings, 0 replies; 7+ messages in thread
From: Nick Clifton @ 2002-01-30 11:06 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: Ivan Guzvinec, binutils

Hi Joel,

> Could I plead for this being merged pre-branch?

Ok - I will have a closer look at the code tomorrow.  If I feel that
it can be added without raising the possibility of affecting other
ports then I will check it in.  (ie if it is basically self contained
apart from the essential additions of a new target).

Cheers
        Nick

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

* Re: Patch: support for or32 architecture
  2002-01-28 12:25 Patch: support for or32 architecture Ivan Guzvinec
  2002-01-30  3:24 ` Nick Clifton
@ 2002-01-31  9:48 ` Nick Clifton
  2002-02-01  4:19   ` Ivan Guzvinec
  1 sibling, 1 reply; 7+ messages in thread
From: Nick Clifton @ 2002-01-31  9:48 UTC (permalink / raw)
  To: Ivan Guzvinec; +Cc: binutils

Hi Ivan,

> Added support for or32 architecture (--target=or32-rtems).

I have now applied your patch.

> Since this is my first contribution to binutils, please tell me if I
> forgot to include/do something.

There were a lot of things I had to fix in your contribution before it
could be checked in.  In particular I built both the or32-elf and
or32-coff toolchains and fixed all of the compilation problems.  I
also ran the GAS, LD and BINUTILS testsuites and fixed a few of the
simpler failures.  If you run a diff between your current sources and
the sources that I checked into the CVS repository you will find all
of the changes that I had to make.

One other thing - you have not provided any or32 specific
documentation for GAS, nor an or32 gas testsuite.  Both of these
should be provided and I hope that you will find time to create them
in the near future.

Cheers
        Nick

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

* Re: Patch: support for or32 architecture
  2002-01-31  9:48 ` Nick Clifton
@ 2002-02-01  4:19   ` Ivan Guzvinec
  0 siblings, 0 replies; 7+ messages in thread
From: Ivan Guzvinec @ 2002-02-01  4:19 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils

Hi,

Thanks for aplying the patch. I will examine the changes you made.

Documentation and testsuite are also being worked on. I will submit them
when they are finished.

regards, 
	Ivan

Nick Clifton wrote:
> One other thing - you have not provided any or32 specific
> documentation for GAS, nor an or32 gas testsuite.  Both of these
> should be provided and I hope that you will find time to create them
> in the near future.
> 
> Cheers
>         Nick

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

end of thread, other threads:[~2002-02-01 12:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-28 12:25 Patch: support for or32 architecture Ivan Guzvinec
2002-01-30  3:24 ` Nick Clifton
2002-01-30  9:36   ` Ivan Guzvinec
2002-01-30 10:28   ` Joel Sherrill
2002-01-30 11:06     ` Nick Clifton
2002-01-31  9:48 ` Nick Clifton
2002-02-01  4:19   ` Ivan Guzvinec

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).