This is the mail archive of the binutils-cvs@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/bfd ChangeLog elf32-s390.c elf64-s390.c re ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	sky@sourceware.org	2003-07-01 14:44:59

Modified files:
	bfd            : ChangeLog elf32-s390.c elf64-s390.c reloc.c 
	                 bfd-in2.h libbfd.h 

Log message:
	* elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
	(s390_tls_reloc): New function.
	(elf_howto_table): Add long displacement relocations R_390_20,
	R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
	(elf_s390_reloc_type_lookup): Likewise.
	(elf_s390_check_relocs): Likewise.
	(elf_s390_gc_sweep_hook): Likewise.
	(elf_s390_relocate_section): Likewise.
	* elf64-s390.c: Same changes as for elf32-s390.c.
	* reloc.c: Add long displacement relocations BFD_RELOC_390_20,
	BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
	BFD_RELOC_390_TLS_GOTIE20.
	* bfd-in2.h: Regenerate.
	* libbfd.h: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.2136&r2=1.2137
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-s390.c.diff?cvsroot=src&r1=1.42&r2=1.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-s390.c.diff?cvsroot=src&r1=1.43&r2=1.44
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/reloc.c.diff?cvsroot=src&r1=1.88&r2=1.89
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&r1=1.225&r2=1.226
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd.h.diff?cvsroot=src&r1=1.90&r2=1.91


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]