get rid of categories and add more tags
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
575eac4fe0
commit
5ebee61159
20 changed files with 39 additions and 29 deletions
|
|
@ -2,8 +2,7 @@
|
|||
title = "Rust - Static PIE and ASLR for the x86_64-unknown-linux-musl Target"
|
||||
date = 2020-06-23
|
||||
[taxonomies]
|
||||
tags = ["rust", "musl"]
|
||||
categories = ["programming"]
|
||||
tags = ["rust", "musl", "programming"]
|
||||
+++
|
||||
|
||||
With current rust nightly the default binary output of the `x86_64-unknown-linux-musl` target is a
|
||||
|
|
@ -51,4 +50,4 @@ main = 0x7f7310574008
|
|||
|
||||
$ ./hello
|
||||
main = 0x7fb552b0c008
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue