Skip to content

Commit 4c0bb4f

Browse files
committed
Merge branch '0.15-maintenance' into 0.16-maintenance
2 parents 5f65d1d + 4b2ad30 commit 4c0bb4f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ChangeLog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Changes compared to 0.13:
181181
* Rewrite section indices in symbol tables. This for instance allows
182182
gdb to show proper backtraces.
183183

184-
* Added `--remove-needed' option.
184+
* Added `--remove-needed` option.
185185

186186
## 0.6 (November 7, 2011)
187187

@@ -197,7 +197,7 @@ Changes compared to 0.13:
197197

198198
* Various bugfixes.
199199

200-
* `--force-rpath' now deletes the `DT_RUNPATH` if it is present.
200+
* `--force-rpath` now deletes the `DT_RUNPATH` if it is present.
201201

202202
## 0.4 (June 4, 2008)
203203

@@ -207,18 +207,18 @@ Changes compared to 0.13:
207207

208208
* FreeBSD support.
209209

210-
* `--set-rpath', `--shrink-rpath' and `--print-rpath' now prefer
210+
* `--set-rpath`, `--shrink-rpath` and `--print-rpath` now prefer
211211
`DT_RUNPATH` over `DT_RPATH`, which is obsolete. When updating, if both
212212
are present, both are updated. If only `DT_RPATH` is present, it is
213-
converted to `DT_RUNPATH` unless `--force-rpath' is specified. If
214-
neither is present, a `DT_RUNPATH` is added unless `--force-rpath' is
213+
converted to `DT_RUNPATH` unless `--force-rpath` is specified. If
214+
neither is present, a `DT_RUNPATH` is added unless `--force-rpath` is
215215
specified, in which case a `DT_RPATH` is added.
216216

217217
## 0.3 (May 24, 2007)
218218

219-
* Support for 64-bit ELF binaries (such as on x86_64-linux).
219+
* Support for 64-bit ELF binaries (such as on `x86_64-linux`).
220220

221-
* Support for big-endian ELF binaries (such as on powerpc-linux).
221+
* Support for big-endian ELF binaries (such as on `powerpc-linux`).
222222

223223
* Various bugfixes.
224224

0 commit comments

Comments
 (0)