-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/27/11 14:32, Anatoly Sokolov wrote:
> Hi.
>
> In config/h8300/h8300.h file both ASM_OUTPUT_BSS and ASM_OUTPUT_ALIGNED_BSS
> macros is defined, but the ASM_OUTPUT_BSS macro is not used when
> ASM_OUTPUT_ALIGNED_BSS is defined. This patch remo
Hi.
In config/h8300/h8300.h file both ASM_OUTPUT_BSS and ASM_OUTPUT_ALIGNED_BSS
macros is defined, but the ASM_OUTPUT_BSS macro is not used when
ASM_OUTPUT_ALIGNED_BSS is defined. This patch remove ASM_OUTPUT_BSS macro
from H8300 target.
Regression tested on h8300-unknown-elf with no new