diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-18 19:23:36 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-18 19:23:36 +0000 |
commit | c377f1e3fec328bdf9bdfce25190b2c8356e4be7 (patch) | |
tree | 000cf84df0483724bb243c4c1533d9c5377f350c /libgloss/ChangeLog | |
parent | 7a01d046d4c331f7871b3c219730fe7f0d9fb3e3 (diff) | |
download | cygnal-c377f1e3fec328bdf9bdfce25190b2c8356e4be7.tar.gz cygnal-c377f1e3fec328bdf9bdfce25190b2c8356e4be7.tar.bz2 cygnal-c377f1e3fec328bdf9bdfce25190b2c8356e4be7.zip |
2005-01-18 Hans-Peter Nilsson <hp@axis.com>
* libnosys/configure.in (libc_cv_asm_previous_directive): Set
cache-id variable.
(libc_cv_asm_popsection_directive): Ditto.
(libc_cv_section_attributes): Ditto.
(libc_symbol_prefix): Rename from libc_dollar_prefix. Check for
"_" as well, and set __SYMBOL_PREFIX accordingly.
* libnosys/configure: Regenerate.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index cf9bf75ab..8cbc808bb 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,5 +1,15 @@ 2005-01-18 Hans-Peter Nilsson <hp@axis.com> + * libnosys/configure.in (libc_cv_asm_previous_directive): Set + cache-id variable. + (libc_cv_asm_popsection_directive): Ditto. + (libc_cv_section_attributes): Ditto. + (libc_symbol_prefix): Rename from libc_dollar_prefix. Check for + "_" as well, and set __SYMBOL_PREFIX accordingly. + * libnosys/configure: Regenerate. + +2005-01-18 Hans-Peter Nilsson <hp@axis.com> + * libnosys/Makefile.in (LD, AS): Correct obsoleted suffix: Say as-new and ld-new, not as.new and ld.new. |