Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 75316 Build 72199: arc lint + arc unit
Event Timeline
| lib/libc/gen/tls.c | ||
|---|---|---|
| 439 | Any reason this is different to the rtld message ("invalid PT_TLS segment", with no full stop)? Obviously the lack of printf means we can't shove argv[0] at the start, but the rest should probably be the same? | |
| lib/libc/gen/tls.c | ||
|---|---|---|
| 439 | Oh, I can switch to "invalid". The full stop is to match all the other tls_msg() invocations in this file that all use a full stop. Whereas rtld consistently does _not_ use full stops in its _rtld_error() calls. | |
| lib/libc/gen/tls.c | ||
|---|---|---|
| 439 | Oh dear, fair enough. | |