diff options
Diffstat (limited to 'usr/src/cmd/sgs/libld/common/machrel.intel.c')
| -rw-r--r-- | usr/src/cmd/sgs/libld/common/machrel.intel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/libld/common/machrel.intel.c b/usr/src/cmd/sgs/libld/common/machrel.intel.c index 65c5908f51..6c3de0f9f0 100644 --- a/usr/src/cmd/sgs/libld/common/machrel.intel.c +++ b/usr/src/cmd/sgs/libld/common/machrel.intel.c @@ -146,7 +146,7 @@ ld_calc_plt_addr(Sym_desc *sdp, Ofl_desc *ofl) /* * Build a single plt entry - code is: - * if (building a.out) + * if (building dynamic executable) * JMP *got_off * else * JMP *got_off@GOT(%ebx) @@ -1518,7 +1518,7 @@ ld_fillin_gotplt(Ofl_desc *ofl) /* * Fill in the reserved slot in the procedure linkage table the first * entry is: - * if (building a.out) { + * if (building executable) { * PUSHL got[1] # the address of the link map entry * JMP * got[2] # the address of rtbinder * } else { |
