public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* RFA: 64 bit reloc support for gas cgen targets.
@ 2001-02-16  0:56 matthew green
  2001-02-16  4:30 ` matthew green
  0 siblings, 1 reply; 2+ messages in thread
From: matthew green @ 2001-02-16  0:56 UTC (permalink / raw)
  To: cgen; +Cc: binutils

hi folks.


this patch adds support for BFD_RELOC_64 to gas/cgen.c, to allow
the output of these relocs.


ok to commit?


.mrg.


2001-02-16  matthew green  <mrg@redhat.com>

	* gas/cgen.c (gas_cgen_md_apply_fix3): Support BFD_RELOC_64.

 
Index: gas/cgen.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gas/cgen.c,v
retrieving revision 1.36
diff -p -r1.36 cgen.c
*** cgen.c	2001/01/12 23:35:10	1.36
--- cgen.c	2001/02/16 08:54:03
*************** gas_cgen_md_apply_fix3 (fixP, valueP, se
*** 615,621 ****
  	case BFD_RELOC_32:
  	  md_number_to_chars (where, value, 4);
  	  break;
! 	/* FIXME: later add support for 64 bits.  */
  	default:
  	  as_bad_where (fixP->fx_file, fixP->fx_line,
  			_("internal error: can't install fix for reloc type %d (`%s')"),
--- 615,623 ----
  	case BFD_RELOC_32:
  	  md_number_to_chars (where, value, 4);
  	  break;
! 	case BFD_RELOC_64:
! 	  md_number_to_chars (where, value, 8);
! 	  break;
  	default:
  	  as_bad_where (fixP->fx_file, fixP->fx_line,
  			_("internal error: can't install fix for reloc type %d (`%s')"),

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

* re: RFA: 64 bit reloc support for gas cgen targets.
  2001-02-16  0:56 RFA: 64 bit reloc support for gas cgen targets matthew green
@ 2001-02-16  4:30 ` matthew green
  0 siblings, 0 replies; 2+ messages in thread
From: matthew green @ 2001-02-16  4:30 UTC (permalink / raw)
  To: binutils, cgen

   
   
   ok to commit?


commited (approved by fche.)


.mrg.

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

end of thread, other threads:[~2001-02-16  4:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-16  0:56 RFA: 64 bit reloc support for gas cgen targets matthew green
2001-02-16  4:30 ` matthew green

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