@@ -159,7 +159,7 @@ Changes compared to 0.13:
159
159
* Rewrite section indices in symbol tables. This for instance allows
160
160
gdb to show proper backtraces.
161
161
162
- * Added `--remove-needed' option.
162
+ * Added ` --remove-needed ` option.
163
163
164
164
## 0.6 (November 7, 2011)
165
165
@@ -175,7 +175,7 @@ Changes compared to 0.13:
175
175
176
176
* Various bugfixes.
177
177
178
- * ` --force-rpath' now deletes the ` DT_RUNPATH` if it is present.
178
+ * ` --force-rpath ` now deletes the ` DT_RUNPATH ` if it is present.
179
179
180
180
## 0.4 (June 4, 2008)
181
181
@@ -185,18 +185,18 @@ Changes compared to 0.13:
185
185
186
186
* FreeBSD support.
187
187
188
- * ` --set-rpath' , ` --shrink-rpath' and `--print-rpath' now prefer
188
+ * ` --set-rpath ` , ` --shrink-rpath ` and ` --print-rpath ` now prefer
189
189
` DT_RUNPATH ` over ` DT_RPATH ` , which is obsolete. When updating, if both
190
190
are present, both are updated. If only ` DT_RPATH ` is present, it is
191
- converted to ` DT_RUNPATH ` unless `--force-rpath' is specified. If
192
- neither is present, a ` DT_RUNPATH ` is added unless `--force-rpath' is
191
+ converted to ` DT_RUNPATH ` unless ` --force-rpath ` is specified. If
192
+ neither is present, a ` DT_RUNPATH ` is added unless ` --force-rpath ` is
193
193
specified, in which case a ` DT_RPATH ` is added.
194
194
195
195
## 0.3 (May 24, 2007)
196
196
197
- * Support for 64-bit ELF binaries (such as on x86_64-linux).
197
+ * Support for 64-bit ELF binaries (such as on ` x86_64-linux ` ).
198
198
199
- * Support for big-endian ELF binaries (such as on powerpc-linux).
199
+ * Support for big-endian ELF binaries (such as on ` powerpc-linux ` ).
200
200
201
201
* Various bugfixes.
202
202
0 commit comments