# HG changeset patch # User jlarmour # Date 1234579749 0 # Node ID a501465abec6f5df068dd8e43468afe34e9cf23e # Parent 3790616dcd4dc1a719af0e420c7d8ebf994a15bf * src/vectors.S: Use .type xxx, function everywhere where a global associated with code is defined. Otherwise objdump treats it as data. diff --git a/packages/hal/arm/arch/current/ChangeLog b/packages/hal/arm/arch/current/ChangeLog --- a/packages/hal/arm/arch/current/ChangeLog +++ b/packages/hal/arm/arch/current/ChangeLog @@ -1,3 +1,9 @@ +2009-02-14 Jonathan Larmour + + * src/vectors.S: Use .type xxx, function everywhere where + a global associated with code is defined. Otherwise objdump + treats it as data. + 2009-02-09 Nick Garnett * src/vectors.S (start): The loop to initialize BSS was using a @@ -1788,7 +1794,7 @@ 1998-10-16 Bart Veer