diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-12 16:25:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-12 16:25:51 +0000 |
commit | b75d0928b1562f84d27910ceddf43fd7b12364c6 (patch) | |
tree | dd42431367c181bfb1e45cc7b5c5c306ad7d9179 | |
parent | ae115e5114deb0326333c80f7af9e689b2e7d01f (diff) | |
download | gdb-b75d0928b1562f84d27910ceddf43fd7b12364c6.zip gdb-b75d0928b1562f84d27910ceddf43fd7b12364c6.tar.gz gdb-b75d0928b1562f84d27910ceddf43fd7b12364c6.tar.bz2 |
* ldlang.c (lang_one_common): Add cast to avoid warning.
(topower): Likewise. Also, reindent.
* ldwrite.c (clone_section): Change i to unsigned int.
* emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Add
cast to avoid warning.
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bc5fbee..60e455b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Tue Sep 12 12:24:17 1995 Ian Lance Taylor <ian@cygnus.com> + + * ldlang.c (lang_one_common): Add cast to avoid warning. + (topower): Likewise. Also, reindent. + * ldwrite.c (clone_section): Change i to unsigned int. + * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Add + cast to avoid warning. + Fri Sep 8 16:32:43 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (config.status): Depend upon configure.tgt. |