* arm/elf-aprofile-validation.specs (*link): Make text segment
64k-aligned. * arm/elf-aprofile-ve.specs (*link): Likewise.
This commit is contained in:
		| @@ -1,3 +1,9 @@ | |||||||
|  | 2014-07-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com> | ||||||
|  |  | ||||||
|  | 	* arm/elf-aprofile-validation.specs (*link): Make text segment | ||||||
|  | 	64k-aligned. | ||||||
|  | 	* arm/elf-aprofile-ve.specs (*link): Likewise. | ||||||
|  |  | ||||||
| 2014-04-30  Nick Clifton  <nickc@redhat.com> | 2014-04-30  Nick Clifton  <nickc@redhat.com> | ||||||
|  |  | ||||||
| 	* msp430/Makefile.in (NOSYS_OBJS): Add unlink.o. | 	* msp430/Makefile.in (NOSYS_OBJS): Add unlink.o. | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
| %rename link old_link | %rename link old_link | ||||||
|  |  | ||||||
| *link: | *link: | ||||||
| --defsym=_rdimon_vector_base=0x00000000 -Ttext-segment=0x00008000 %(old_link) | --defsym=_rdimon_vector_base=0x00000000 -Ttext-segment=0x00010000 %(old_link) | ||||||
|  |  | ||||||
| %rename lib libc | %rename lib libc | ||||||
|  |  | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
| %rename link old_link | %rename link old_link | ||||||
|  |  | ||||||
| *link: | *link: | ||||||
| --defsym=_rdimon_vector_base=0x80000000 -Ttext-segment=0x80008000 %(old_link) | --defsym=_rdimon_vector_base=0x80000000 -Ttext-segment=0x80010000 %(old_link) | ||||||
|  |  | ||||||
| %rename lib libc | %rename lib libc | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user