public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] avr port: bug in disassembler
@ 2000-06-09 10:57 Denis Chertykov
  2000-06-09 12:11 ` GNU licence for GCC and binutils n3d
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Chertykov @ 2000-06-09 10:57 UTC (permalink / raw)
  To: binutils

Fri Jun  9 21:49:02 2000  Denis Chertykov  <denisc@overta.ru>

	* avr-dis.c (avr_operand): Bugfix for jmp/call address.

Index: opcodes/avr-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/avr-dis.c,v
retrieving revision 1.5
diff -c -3 -p -r1.5 avr-dis.c
*** avr-dis.c	2000/06/07 17:45:44	1.5
--- avr-dis.c	2000/06/09 17:56:35
*************** avr_operand (insn, insn2, pc, constraint
*** 135,141 ****
        break;
        
      case 'h':
!       sprintf (buf, "0x%x%x", (insn & 1) | ((insn & (0x1f << 4)) >> 3), insn2);
        break;
        
      case 'L':
--- 135,142 ----
        break;
        
      case 'h':
!       sprintf (buf, "0x%x",
! 	       ((((insn & 1) | ((insn & 0x1f0) >> 3)) << 16) | insn2) * 2);
        break;
        
      case 'L':

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

* GNU licence for GCC and binutils
  2000-06-09 10:57 [patch] avr port: bug in disassembler Denis Chertykov
@ 2000-06-09 12:11 ` n3d
  2000-06-09 12:17   ` Ian Lance Taylor
  0 siblings, 1 reply; 4+ messages in thread
From: n3d @ 2000-06-09 12:11 UTC (permalink / raw)
  To: binutils

hello

I hope this is the correct place to post this..

I have read some of the GNU licence and I believe that if a company or
an individual uses the GCC compiler or binutils and then supply's the
binaries to anyone they also have to supply the source code.

SN Systems (www.snsys.com) have set up the GCC compiler and binutils for
the MIPS r5900 Playstation 2 system. (click PS2 then you can see the
downloads)

They have made the source to there modified GCC available on there site
but have not made available the source to the binutils, I have emailed
them (Alex Rice, alex@snsys.com and support@snsys.com) they first said
that they did not have to but now they have just stopped replying to
emails.

If I am correct and they have to supply the source to the binaries that
they have made available on their web site could some one a bit high up
in the gnu.org possibly email them asking them to post the source? Any
help greatly appreciated.

regards


now3d

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

* Re: GNU licence for GCC and binutils
  2000-06-09 12:11 ` GNU licence for GCC and binutils n3d
@ 2000-06-09 12:17   ` Ian Lance Taylor
  2000-06-09 12:44     ` n3d
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Lance Taylor @ 2000-06-09 12:17 UTC (permalink / raw)
  To: n3d; +Cc: binutils

   Date: Fri, 09 Jun 2000 20:06:59 +0100
   From: n3d <n3d@anarchists.co.uk>

   I hope this is the correct place to post this..

You should probably contact gnu@gnu.org.

   I have read some of the GNU licence and I believe that if a company or
   an individual uses the GCC compiler or binutils and then supply's the
   binaries to anyone they also have to supply the source code.

Correct.

   SN Systems (www.snsys.com) have set up the GCC compiler and binutils for
   the MIPS r5900 Playstation 2 system. (click PS2 then you can see the
   downloads)

Can you provide the actual web site?  I was unable to find the
programs you mention in a quick search.

   They have made the source to there modified GCC available on there site
   but have not made available the source to the binutils, I have emailed
   them (Alex Rice, alex@snsys.com and support@snsys.com) they first said
   that they did not have to but now they have just stopped replying to
   emails.

Are you certain that they are using the GNU binutils?  Are you certain
that the sources they supply do not include the binutils sources?

Ian

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

* Re: GNU licence for GCC and binutils
  2000-06-09 12:17   ` Ian Lance Taylor
@ 2000-06-09 12:44     ` n3d
  0 siblings, 0 replies; 4+ messages in thread
From: n3d @ 2000-06-09 12:44 UTC (permalink / raw)
  To: binutils, gnu

hi ian

it is there on  www.snsys.com click ps2 tools, then download 'ProDG EE
Tools for PS2 v1.3.0'
http://www.snsys.com/files/psx2/ProDGEEToolsforPS2v130.zip

then if you open it you will see objdump, objcopy and all the rest of
the binutils, in binary form

the source available '130src.zip' just contains GCC, i compared the dir.
stucture and files to the binutils etc

regards

now3d

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

end of thread, other threads:[~2000-06-09 12:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-09 10:57 [patch] avr port: bug in disassembler Denis Chertykov
2000-06-09 12:11 ` GNU licence for GCC and binutils n3d
2000-06-09 12:17   ` Ian Lance Taylor
2000-06-09 12:44     ` n3d

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