diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-08 19:10:05 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-08 19:10:05 -0800 |
commit | c986cc200cb7e0904a200992e1288007aa4c8c07 (patch) | |
tree | 2162e4ddcc7fe22cf622ffdb4b89b4b98a7f6350 /src/target/avrt.c | |
parent | fc1063a1b9df5857ee3f1c18f88e5b821b5f0960 (diff) | |
download | openocd_libswd-c986cc200cb7e0904a200992e1288007aa4c8c07.tar.gz openocd_libswd-c986cc200cb7e0904a200992e1288007aa4c8c07.tar.bz2 openocd_libswd-c986cc200cb7e0904a200992e1288007aa4c8c07.tar.xz openocd_libswd-c986cc200cb7e0904a200992e1288007aa4c8c07.zip |
move a constant table to .rodata section
The table of command registration functions shouldn't be
in writable memory, where stray pointers can clobber it.
Also, it shouldn't be initialized at runtime; that just
consumes needless code space.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/avrt.c')
0 files changed, 0 insertions, 0 deletions