| Index: third_party/protobuf/README.chromium
|
| diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
|
| index edb4d6f1c58234adf3daceaf8376b142b0117a49..9c59c241709cef6ec40cbe270bf60ec1bc799459 100644
|
| --- a/third_party/protobuf/README.chromium
|
| +++ b/third_party/protobuf/README.chromium
|
| @@ -29,7 +29,8 @@ Steps used to create the current version:
|
| 5. Extract all globals to src/google/protobuf/globals.cc and prefix these
|
| symbols with 'cr_'. On Linux, the command
|
|
|
| - $ objdump -t -j.data -j.bss obj/third_party/protobuf/libprotobuf_lite.a
|
| + $ objdump -t -j.data -j.bss -j.tdata -j.tbss \
|
| + obj/third_party/protobuf/libprotobuf_lite.a
|
|
|
| should produce the output
|
|
|
|
|