diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-15 17:46:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-15 17:46:49 +0000 |
commit | 2a7f07fefa1b12f852ae55334629548d4cdb5c4d (patch) | |
tree | 1e574967e00ee6f9316f3bcd24f2868015277eda /binutils | |
parent | a0a2dd54fdbe12a94932929c447a09280189107a (diff) | |
download | gdb-2a7f07fefa1b12f852ae55334629548d4cdb5c4d.zip gdb-2a7f07fefa1b12f852ae55334629548d4cdb5c4d.tar.gz gdb-2a7f07fefa1b12f852ae55334629548d4cdb5c4d.tar.bz2 |
* objcopy.c (smart_rename): Rather than doing chmod then chown, do
chmod without setuid, then chown, then chmod with setuid.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 296cc66..9ce4d2a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 15 12:44:45 1996 Ian Lance Taylor <ian@cygnus.com> + + * objcopy.c (smart_rename): Rather than doing chmod then chown, do + chmod without setuid, then chown, then chmod with setuid. + Wed Feb 14 16:46:42 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de> * arsup.c (map_over_list): Reindent. Don't assume that the |