Subversion Repositories freemyipod

Rev

Rev 871 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 871 Rev 872
Line 780... Line 780...
780
					continue;
780
					continue;
781
				}
781
				}
782
#endif
782
#endif
783
 
783
 
784
				switch ((*p)->howto->type) {
784
				switch ((*p)->howto->type) {
785
				case 0: break;
-
 
786
 
785
 
787
#if defined(TARGET_m68k)
786
#if defined(TARGET_m68k)
788
				case R_68K_32:
787
				case R_68K_32:
789
					relocation_needed = 1;
788
					relocation_needed = 1;
790
					sym_vma = bfd_section_vma(abs_bfd, sym_section);
789
					sym_vma = bfd_section_vma(abs_bfd, sym_section);
Line 797... Line 796...
797
					sym_addr -= q->address;
796
					sym_addr -= q->address;
798
					break;
797
					break;
799
#endif
798
#endif
800
 
799
 
801
#if defined(TARGET_arm)
800
#if defined(TARGET_arm)
-
 
801
				case 0:
-
 
802
				    if (!sym_section->flags) break;
802
				case R_ARM_ABS32:
803
				case R_ARM_ABS32:
803
					relocation_needed = 1;
804
					relocation_needed = 1;
804
					sym_vma = bfd_section_vma(abs_bfd, sym_section);
805
					sym_vma = bfd_section_vma(abs_bfd, sym_section);
805
					sym_addr += sym_vma + q->addend;
806
					sym_addr += sym_vma + q->addend;
806
					if (verbose)
807
					if (verbose)