Mercurial > ecos
diff packages/hal/common/current/ChangeLog @ 2023:a8e7459270c0
* include/hal_tables.h (CYG_HAL_TABLE_{QUALIFIED_}ENTRY): added
CYGBLD_ATTRIB_USED so that gcc 3.4.4 does not discard entries
which are not refereced explicitly. Problem reported by
Oliver Munz.
| author | asl |
|---|---|
| date | Sat, 30 Jul 2005 11:09:58 +0000 |
| parents | 418f67f643d5 |
| children | 72aa9ecbdad9 |
line wrap: on
line diff
--- a/packages/hal/common/current/ChangeLog +++ b/packages/hal/common/current/ChangeLog @@ -1,3 +1,10 @@ +2005-06-27 Andrew Lunn <andrew.lunn@ascom.ch> + + * include/hal_tables.h (CYG_HAL_TABLE_{QUALIFIED_}ENTRY): added + CYGBLD_ATTRIB_USED so that gcc 3.4.4 does not discard entries + which are not refereced explicitly. Problem reported by + Oliver Munz. + 2005-06-26 Bart Veer <bartv@ecoscentric.com> * doc/hal.sgml: make HAL_DELAY_US() mandatory and define it to be
