japaric / f3

Board Support Crate for the STM32F3DISCOVERY
Apache License 2.0
94 stars 35 forks source link

ld: add an unused _VECTOR_TABLE variable to get nicer objdumps #69

Closed japaric closed 8 years ago

japaric commented 8 years ago

The start of the objdump now looks like this:

08000000 <_VECTOR_TABLE>:
 8000000:       2000a000        .word   0x2000a000
 8000004:       08000195        .word   0x08000195

instead of like this:

08000000 <_EXCEPTIONS-0x8>:
 8000000:       2000a000        .word   0x2000a000
 8000004:       08000195        .word   0x08000195
japaric commented 8 years ago

@homunkulus r+

homunkulus commented 8 years ago

:pushpin: Commit 5a3fda8 has been approved by japaric

homunkulus commented 8 years ago

:hourglass: Testing commit 5a3fda8 with merge 5a3fda8...

homunkulus commented 8 years ago

:sunny: Test successful - status-travis Approved by: japaric Pushing 5a3fda8e4e2ce6d0858919c8e39ef141aa24b284 to master...