Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(451)

Issue 4609043: code review 4609043: ld: dwarf emit filenames in debug_line header instead o... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by lvd
Modified:
13 years, 10 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

ld: dwarf emit filenames in debug_line header instead of as extended opcodes. Makes it possible for older tools like objdump to find the filenames, fixes objdump -d -l --start-address=0x400c00 --stop-address=0x400c36 6.out fixes issue 1950

Patch Set 1 #

Patch Set 2 : diff -r 5e5d55182675 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 5e5d55182675 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 5e5d55182675 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M src/cmd/ld/dwarf.c View 1 8 chunks +14 lines, -13 lines 0 comments Download

Messages

Total messages: 3
lvd
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-06-13 14:53:39 UTC) #1
rsc
LGTM
13 years, 10 months ago (2011-06-13 14:54:54 UTC) #2
lvd
13 years, 10 months ago (2011-06-13 14:56:48 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=caaab1e64d49 ***

ld: dwarf emit filenames in debug_line header instead of as extended opcodes.

Makes it possible for older tools like objdump to find the filenames,
fixes  objdump -d -l --start-address=0x400c00 --stop-address=0x400c36 6.out
fixes issue 1950

R=rsc
CC=golang-dev
http://codereview.appspot.com/4609043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b