aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.ld
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-01-25 19:00:37 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-01-25 19:00:37 -0800
commite0e1662fc1a89c2189217e43a9364e63110c685a (patch)
treea350a54a0aaf0289e66e7b41ce595f4dea990e3e /pk/pk.ld
parent8c4a41f9835d56437c44631d97ef592e948385d9 (diff)
downloadpk-e0e1662fc1a89c2189217e43a9364e63110c685a.zip
pk-e0e1662fc1a89c2189217e43a9364e63110c685a.tar.gz
pk-e0e1662fc1a89c2189217e43a9364e63110c685a.tar.bz2
rename binary to pk; change argv handling
the new fesvr approach makes argv[0] = pk, rather than user program's name
Diffstat (limited to 'pk/pk.ld')
-rw-r--r--pk/pk.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/pk.ld b/pk/pk.ld
index 5f00253..ddd4cc0 100644
--- a/pk/pk.ld
+++ b/pk/pk.ld
@@ -16,7 +16,7 @@ SECTIONS
.text :
{
- riscv-pk.o(.text)
+ pk.o(.text)
}
/* text: Program code section */